Represents all possible prompt elements
Simple text box that accepts one or more values.
Calendar control that allows selection of one or more dates.
Calendar with time control that allows selection of one or mor date time values.
Time control that allows selection of one or more time values.
Time interval control that allows selection of one or more temporal values.
Represents the "Days" text in the prompt.
Represents the "Hours" text in the prompt.
Represents the "Minutes" text in the prompt.
Represents the "Seconds" text in the prompt.
Represents the "Milliseconds" text in the prompt.
Data driven prompt control that can be rendered as a picklist. The use item is optional since the control maybe entirely defined by explicit select options.
This element controls the header text (first select option in the list box) for this prompt control.
By default this element is not defined and the header text is generated.
If the defaultText element is empty, then no header text will be generated.
Otherwise, the elements definition determine the text to be displayed.
Data driven prompt control that allows the consumer to search for values.
Represents the "Results" text in the prompt.
Represents the "Keywords" text in the prompt.
Represents the "Search Intstructions" text in the prompt.
Represents the "Options" text in the prompt.
Represents the "Search" text in the prompt.
Data driven prompt control that displays hierarchial information and allows the consumer to pick one or more members. In essence, the key of each level is the use value and the caption of each level is the display item.
A reference to the data item that will be used to populate the first level of the tree.
List of items that will be selected in the tree by default.
Represents a selection in the tree.
Ths is the number of levels to prepopulate the tree with. One is the default and means only prepopulate the tree with the root members.
The server will generate an appropriate prompt control
Prompt control to select a file.
Defines the list of items that must be selected in the prompt control by default.
This element represents a range selection. This is only valid (or useful) if the range property is set to true. The two attributes, min and max are optional. If only the min is specified it means all values (unbounded range) above this value. Likewise if the max attribute is set it means all values (unbounded range) below this value.
Common attributes for prompt controls.
Attributes for controls that support ranges
When true, the prompt control will display a "From" and "To" text control.
Attributes for controls that support multi-select
Attributes for controls that can show date values.
Attributes for controls that can show time values.
Attributes for controls that can be populated by data.
Attributes for controls that can support an autosubmit behavior.
Attributes for controls that can support a tree of data.
If the parent of this prompt control is optional, then pre-popluate this control with values, otherwise do not. This only applies to prompt controls that have a parent in a cascade.
A reference to a data item that will be used as the 'use' item for the control.
A reference to a data item that will be used as display iems in the control. This is a child of the use item since you cannot have a display item without a use item.
List of static choices to display in the control. If there are also data items in the select value control, then the selectOptions are added first.
The specific item to be displayed in the list. It contains the use value.
This is an optional display value to display with the static choice.
Specfieds the display value to use conditionally based of the refVariable attribute of the selectOpions element.
This element represents a single value.
Represents the "Your choices" text in the prompt.
Represents the "From" text in the prompt.
Represents the "To" text in the prompt.
Represents the "Min Value" text in the prompt.
Represents the "Max Value" text in the prompt.
Represents the "Select All" text for the choices list box in the prompt.
Represents the "Deselect All" text choices list box for the in the prompt.
Represents the "Select All" text for the results list box in the prompt.
Represents the "Deselect All" text for the results list box in the prompt.
Represents the "Deselect" text in the prompt.
Represents the "Add" button text in the prompt.
Represents the "Delete" button text in the prompt.
Represents styling for text contained within the prompt.