Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Table of Contents
English |
---|
Time Picker is a standard text field with an add-on script that enables it to collect time-format input. The Time Picker is only available |
...
on Professional and Enterprise Edition. |
The easiest way to see how the Time Picker works are to create a new app. Here are the steps:
Fill up the following fields as follows and click on OK (see Figure 3):
...
Name | Description | |
---|---|---|
Label | Element Label to be displayed to the end-user. | |
ID | Element ID (By declaring as "start_time", a corresponding database table column "c_start_time" will be created) Please see Form Element for more information about defining the ID and list of reserved IDs. Label | Element Label to be displayed to the end-user. |
Name | Description |
---|---|
Default Value | Default Value when there's no existing value found. A hash variable is accepted here. |
24 Hours Format | Checked for 24 Hours format. Unchecked for 12 Hours format. |
...
Name | Description | |||||
---|---|---|---|---|---|---|
Validator | Attach a Validator plugin to validate the input value.
Available options:
|
Name | Description |
---|---|
Readonly | Determines if the element is editable. |
Display field Field as Label when readonlyWhen Readonly? | Displays the value of the element as plain text when an element is set to "Readonly". |
...