Builds a source of informative CSS classes.
Generates the following CSS classes:
disabled
readonly
invalid
missing
incomplete
has-focus
touched
edited
These names are qualified with the given (or default) namespace.
A definition of namespace to qualify CSS class names with. The default namespace will be used when omitted.
Optional
A source of CSS class names to apply.
Generated using TypeDoc
Builds a source of informative CSS classes.
Generates the following CSS classes:
disabledwhen input control is disabled (i.e. has no data).readonlywhen input control is read-only,invalidwhen input control validation failed,missingwhen there are validation messages withmissingcode,incompletewhen there are validation messages withincomplete,has-focuswhen input control has input focus,touchedwhen input control is touched (i.e. had focus already),editedwhen input control is edited by user.These names are qualified with the given (or default) namespace.