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

WidgetPopup FunctionSyntaxSave & Exit
Border ContainerConfigures the BorderContainer layout. Use the dialog window controls.Click Ok
Tab ContainerSets 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 ContainerSets 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 PaneSets the title for the pane. Enter a single line of text. Press Enter or click off the widget
ToolbarSets 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
MenuBarSets 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

WidgetPopup FunctionSyntaxSave & Exit
ButtonSets the button's label. Enter a single line of text. Press Enter or click off the widget
Combo BoxSets 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 SelectSets 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 SelectSets 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 SelectSets 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
DropDownButtonSets 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
TreeSets 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
CalendarSets 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

WidgetPopup FunctionSyntaxSave & 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 TextPops up a rich text editor. Use the rich text editor controls. Click off the widget

Previous / Next