📄️ Chart controls
Chart controls and their associated chart data controls can be found under the Controls tab of the Controls Tree.
📄️ Column controls and input controls
A column control is a container control that groups an input control and a label. The label is used to show screen text as a prompt for the user.
📄️ Input validation
In your web page, you can have instant validation of the value supplied by the user in an input control. This is particularly important in text fields where the user types characters.
📄️ Container controls
You can create Container controls that are made up of multiple objects. You can then insert the Container in multiple pages in your application.
📄️ Dialog controls
For simple dialogs, call a dialog by scripting a $.udb.dialog() call.
📄️ File Upload controls
From a web page in a USoft application, you can add the possibility to upload files to the server.
📄️ Frame controls
A frame control is a rectangular area in a web page GUI that of which the content varies dynamically during page use.
📄️ Grid controls
See also
📄️ Group controls
Web Designer objects exist in an object ownership hierarchy or tree structure. Larger objects own smaller objects. In this hierarchy, GroupControl objects are special, because containing other objects is their main purpose. GroupControls make it easier to organise the layout of collections of like objects.
📄️ Replicated Columns Control
The Replicated Columns Control acts as a grid for single record controls. It is a subset of the Container Control:
📄️ Tree controls and tree node controls
Tree controls and their associated tree node controls can be found under the Controls tab of the Controls Tree.
📄️ Tabular grid controls
Like a GridControl, a TabularGridControl displays multiple records of a table in a matrix-type form.
📄️ Tabs (Web Designer)
Tabs in web pages