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:
disabled
when input control is disabled (i.e. has no data).readonly
when input control is read-only,invalid
when input control validation failed,missing
when there are validation messages withmissing
code,incomplete
when there are validation messages withincomplete
,has-focus
when input control has input focus,touched
when input control is touched (i.e. had focus already),edited
when input control is edited by user.These names are qualified with the given (or default) namespace.