-
Notifications
You must be signed in to change notification settings - Fork 151
Options
Audrunas Matonis edited this page Sep 13, 2013
·
9 revisions
Options can be managed for:
- Templates.
- Server control widgets.
Options edit form looks like that:
TODO
Each option contains fields: Option name
(required, unique), Type
(required) and Default value
.
Available types: Text
, Integer
, Boolean
, Float
, Date
. Depending on type, different controls are shown (?? and ?? in the picture above), and different validations are executed.
To add new option, press add new button.
To enter edit mode, press edit icon.
To delete and option, press delete button. Systematic options cannot be deleted.