Oxygen XML Web Author Component Form Controls
Properties supported in the Oxygen XML Web Author Component
Form control | Description | Supported properties |
---|---|---|
The Text Field form control | This form control provides a text field box that is used for entering a single line of text. |
|
The Date Picker form control
NoteSome browsers interpret the HTML5
datePicker as a text-field.
|
This form control offers a text field that allows the user to choose a date in a specified format. Some browsers include a calendar browsing mechanism along with the text field. |
|
The URL Chooser form control | This form control provides a dialog box that allows you to select the location of local or remote resources. The inserted reference is made relative to the URL of the currently opened editor. |
|
The Combo Box form control | This form control provides a graphical object that is a drop-down menu of proposed values. It can also be used for a combination of a drop-down menu and an editable single-line text field. |
|
The Checkbox form control | This form control offers a single checkbox or multiple check-boxes that can be used to enable or disable an option. |
|
The Button form control | This form control provides a button object that is used to invoke a specific action. |
|
The Button Group form control | This form control provides a group of button objects that are used to invoke specific actions. |
|
The Pop-up form control | This form control offers a contextual menu that provides quick access to various actions. A pop-up form control can display single or multiple selections. |
|
The Text Area form control | This form control provides a text box that can be used to enter multiple lines of text. |
|
The HTML Content form control | This form control is used for rendering HTML content. It is displayed as a graphical element shaped as a box. The shape of the box is determined by a specified width and the height is computed based upon the length of the text. |
|
The oxy_label() function | This function can be used as a value for the CSS content
property to change the style of generated text.
|
|