Last updated
Last updated
In QuestionSet Editor these are the following of fields which we are using:
Timer
renderHints is the property defines whether the fields should take space of two column or one column and to add asterisks(*) in the label of field to make it look required field
Two column space fields should have renderHints as:
One column space fields should have renderHints as:
For adding asterisks in the Label of field
Note: sb-g-col-lg-1 or sb-g-col-lg-2 can be used with combination of required as:
or
Validation property defines the different types of validations which can be done on fields
We are using required, maxLength,compare
required: for making the field to be required you need to add the required validations as:
maxLength: for adding restriction of length on field text, textarea, richtext.
compare: for comparing one field with another.
In the case of timer warningTime should be less than or equal to maxTime so in warning time we can add the compare validation as: