2.2.10.26 Date Time Input
Properties of Date Time Input
- Id - unique identifier of the control
- GridData(LMS) - control's column values for Large, Medium and Small screens. Please refer to GridData for further details
- Bound Field - the Field Name that links the Control to the Data Model.
- Type - further settings can be placed here
- Type - choose from Date, DateTime or Time
- Date - format setting
- Not Editable - mark this to disable the control
- Editable if field=true = dynamic Editable setting using an available variable/Bound Field
- Actions on Change - a place to inject a custom code or action in the event that the value changes. A common application of this is calling a Javascript Function.
- Placeholder - text that will be displayed before an input has been made. A help or instruction text can be put here (e.g. instruction for the correct format)
- Enabled - set a boolean value or a variable with type boolean from the Model to control the enable property
- Visible - set a boolean value or a variable with type boolean from the Model to control the visibility property
- Mandatory - set a boolean value or a variable with type boolean from the Model to control the mandatory property.
Advanced - properties of the control not available in the above list can be added here.
Setting Additional Properties provides further information about the Advanced property
Step-by-step guide
How to add a Date Time Input
- Right click on a Form Element and select Add DateTimeInput
- A Date Time Input control has been added
Related articles