BackgroundTaskListener is responsible for initialization and starting of tasks
which in background, that is without user interaction, periodically execute
some functionality.
Custom tag to generate all HTML code necessary to display calendar
control displayed in the dialog row (calendar consists from edit box
and button that will open calendar dialog).
Constant defining length in percentage of the row width that will be used
for checkbox column width if the flag specifying to display checkboxes in
each row is set.
Custom tag to generate all HTML code necessary to display combo control
allowing user to select exactly 1 from the list of elements displayed in the
dialog row.
Custom tag to generate all HTML code necessary to display row of a dialog,
which usually contains single label and a single control possibly stretching
the entire width of a dialog.
Custom tag to generate all HTML code necessary to display left half of the
double select control allowing user to move items between left and right list.
Custom tag to generate all HTML code necessary to display options of the
double select from a single string which contains concatenated and potentially
encoded list of values and texts.
Custom tag to generate all HTML code necessary to display right half of the
double select control allowing user to move items between left and right list.
Custom tag to generate all HTML code necessary to display double select
control, which contains 2 select lists and buttons that allow moving items
between lists and optionally reordering items in the destination list.
Custom tag to initialize the dynamic list control that allows to type an item
and then add it to the list, edit the items already in the list and reorder
the items in the list.
Custom tag to generate all HTML code necessary to display dynamic list
control that allows to type an item and then add it to the list, edit the
items already in the list and reorder the items in the list.