Jui Controls (jQuery UI)
Jui controls are the PRADO port of the standard jQuery UI widgets. They can be used as standard Active Controls, but will automatically load the needed jQuery UI javascript libraries. Jui controls have a Options property used to pass options to the underlying javascript object. For informations of the specific options of each widget, follow the API Documentation for the specific widget.
PRADO Jui interactions controls
-
TJuiDraggable
is an element that can be moved using the mouse.
-
TJuiDroppable
is an area where TJuiDraggable elements can be released.
-
TJuiResizable
is an element that cna be resized using the mouse.
-
TJuiSelectable
displays a list of elements that can be selected individually.
-
TJuiSortable
displays a list of elements that can be selected individually.
PRADO Jui controls
-
TJuiAutocomplete
displays a textbox where the user can choose from a list of suggestions.