| Data type |
Description
|
| BooleanWidget |
Generates a check box input element to change the value of a boolean data
type.
|
| ColorpickerWidget |
Provides a text input field for manual input and a color picker popup to select the
color with the mouse.
|
| ComboWidget |
Provides a combo widget looking like a select box with the possibility to enter a
value instead of selecting an option.
|
| DateTimeWidget |
Provides a text input field and an option to open a JavaScript calendar to select
the date and/or time more comfortable.
|
| DisplayWidget |
Provides a display only widget. |
| DownloadGalleryWidget |
Provides a text input field and the possibility to open a download gallery for
direct selection of the desired download file.
|
| HtmlGalleryWidget |
Provides a preview frame and the option to select a HTML snippet from a HTML
gallery.
|
| HtmlWidget |
Shows a WYSIWYG text area with formatting options to create formatted texts.
|
| ImageGalleryWidget |
Images from an OpenCms image gallery can be selected when using this widget. A
preview option is also given after an image was chosen.
|
| LinkGalleryWidget |
Links from the external links galleries can be selected with the
LinkGalleryWidget.
|
| MultiSelectWidget |
Provides a widget for a standard HTML form multi select list. |
| SelectorWidget |
Provides a select box for choosing one out of a given range of options. A
description how to configure a select box widget is given later in this documentation.
|
| StringWidget |
A simple text input field is generated when using the StringWidget.
|
| StringWidgetPlaintext |
Provides a simple text input field that strips HTML Tags from the input before
storing the value. |
| TableGalleryWidget |
Tables from an OpenCms table gallery can be selected. The table HTML is pasted in
the content field.
|
| TextareaWidget |
Provides a textarea with 4 lines for longer unformatted text inputs.
|
| TextareaWidgetPlaintext |
Provides a textarea
for longer unformatted text inputs that strips HTML Tags from the input
before storing the value. |
| VfsFileWidget |
A text input field with the option to open a file selector popup window to select a
file from the OpenCms VFS is generated.
|