Widget Data Entry Popup
The widget data entry popup pops up on a widget to allow you to enter text or data for the widget.
The popup pops up automatically when the widget is first created, and can later be activated by double-clicking on the widget.
See below for details for each widget.
Container Widgets
| Widget | Popup Function | Syntax | Save & Exit |
| Border Container | Configures the BorderContainer layout. |
Use the dialog window controls. | Click Ok |
| Tab Container | Sets the titles for each tab. |
- Each tab title must be comma-separated.
- The number of titles determines how many tabs are created.
|
Press Enter or click off the widget |
| Accordian Container | Sets the titles for each pane. |
- Each title must be on a separate line.
- Pressing Enter adds a new line.
- The number of lines determines how many panes are created.
|
Click off the widget |
| Title Pane | Sets the title for the pane. |
Enter a single line of text. |
Press Enter or click off the widget |
| Toolbar | Sets the Button labels for each button on the toolbar. |
- Each label must be comma-separated.
- The number of labels determines how many toolbar buttons are created.
|
Click off the widget |
| MenuBar | Sets the menu items. |
- Each item must be on a separate line.
- Pressing Enter adds a new line.
- Start the line with ">" to indicate a sub-menu item.
|
Click off the widget |
Control Widgets
| Widget | Popup Function | Syntax | Save & Exit |
| Button | Sets the button's label. |
Enter a single line of text. |
Press Enter or click off the widget |
| Combo Box | Sets the items in the drop-down list. |
- Each item must be on a separate line.
- Pressing Enter adds a new line.
- Start the line with "+" to indicate the initial default value.
|
Click off the widget |
| Filtering Select | Sets the items in the drop-down list. |
- Each item must be on a separate line.
- Pressing Enter adds a new line.
- Start the line with "+" to indicate the initial default value.
|
Click off the widget |
| Multi Select | Sets the items in the list box. |
- Each item must be on a separate line.
- Pressing Enter adds a new line.
- Start line(s) with "+" to indicate the initial default value(s).
|
Click off the widget |
| Drop Down Select | Sets the items in the drop-down list. |
- Each item must be on a separate line.
- Pressing Enter adds a new line.
- Start the line with "+" to indicate the initial default value.
|
Click off the widget |
| DropDownButton | Sets the items in the drop-down list. |
- Each item must be on a separate line.
- Pressing Enter adds a new line.
- The first item in the list will used as the button's text.
|
Click off the widget |
| Tree | Sets the text for each node. |
- Each item must be on a separate line.
- Pressing Enter adds a new line.
- Sub-nodes are indicated with a > character at the beginning of the line.
- A new sub-node level will be generated for each >
(e.g. use >> for two levels deep, >>> for three levels deep, etc.).
|
Click off the widget |
| Calendar | Sets the date and time on the Calendar widget. |
Enter a single line of text using the format shown in the popup. |
Press Enter or click off the widget |
HTML Widgets
| Widget | Popup Function | Syntax | Save & Exit |
| <div> | Sets the text inside a div. |
Enter a single line of text. |
Press Enter or click off the widget |
| <span> | Sets the text inside a span. |
Enter a single line of text. |
Press Enter or click off the widget |
| <a> | Sets the text for the anchor tag. |
Enter a single line of text. |
Press Enter or click off the widget |
| <label> | Sets the text for the label. |
Enter a single line of text. |
Press Enter or click off the widget |
| <h1> | Sets the text for the heading. |
Enter a single line of text. |
Press Enter or click off the widget |
| <h2> | Sets the text for the heading. |
Enter a single line of text. |
Press Enter or click off the widget |
| <h3> | Sets the text for the heading. |
Enter a single line of text. |
Press Enter or click off the widget |
| HTML Rich Text | Pops up a rich text editor. |
Use the rich text editor controls. |
Click off the widget |
Previous / Next