Oxygen XML Editor provides a variety of built-in form controls that allow users to
interact with documents with familiar user interface objects.
Oxygen XML Editor provides the following built-in form controls:
- Text Field - A graphical
user interface box that allows you to enter a single line of text.
- Combo Box - A graphical
user interface object that can be a drop-down menu or a combination of a drop-down menu and
a single-line text field.
- Check Box - A graphical
user interface box that you can click to select or deselect a value.
- Pop-up - A contextual menu
that provides quick access to various actions.
- Button - A graphical user
interface object that performs a specific action.
- Button Group - A
graphical user interface group of buttons (such as radio buttons) that perform specific
actions.
- Text Area - A box
that allows you to enter multiple lines of text.
- URL Chooser - A dialog
box that allows you to select the location of local or remote resources.
- Date Picker - A form
control object that allows you to select a date in a specified format.
- HTML Content - A
graphical user interface box that is used for rendering HTML content.
For customization purposes, Oxygen XML Editor also supports custom form controls in Java.
To watch our video demonstration in regards to form controls, go to http://oxygenxml.com/demo/Form_Controls.html.