class name | Type | Purpose |
---|---|---|
.app-form | View | To style the outermost wrapper element of form widget. |
.app-form-header | Text | To style the header of form widget. |
.app-form-title | WM Label | To style the title of form widget. |
.app-form-sub-title | WM Label | To style the subtitle of form widget. |
class name | Type | Purpose |
---|---|---|
.app-form-body | View | To style the outermost wrapper element of form-body. |
class name | Type | Purpose |
---|---|---|
.app-form-field | View | To style the outermost wrapper element of form-field. |
.form-label | WM Label | To style the form field label |
.app-form-field-error-msg | Text | To style the error message shown. |
.classname_formLabel | WM Label | To style the form field label of specific class (classname) |
.classname-input | WM Input | To style the form field input of specific class (classname) |
class name | Type | Purpose |
---|---|---|
.app-form-footer | View | To style the outermost wrapper element of form-footer. |