projects/components/widgets/data/form/src/form-action/form-action.directive.doc.ts
The wmFormAction component defines the form action widget.
| action |
Type : string
|
|
The action to invoke when clicked. |
| class |
Type : string
|
|
CSS class for styling the field. |
| disabled |
Type : boolean
|
|
This property will be used to disable/enable the form action on the web page. Bindable: |
| iconclass |
Type : string
|
|
Icon Class for the form action button. |
| iconname |
Type : string
|
|
Icon Name for the actions. |
| name |
Type : string
|
|
Name of the form action widget. |
| position |
Type : string
|
Default value : 'footer'
|
|
This property determines the position at which actions column has to be rendered. Allowed Values:
|
| shortcutkey |
Type : string
|
|
The shortcut key property specifies a shortcut key to activate/focus an element. |
| show |
Type : boolean
|
Default value : true
|
|
This property will be used to show/hide the form action widget on the web page. Bindable: |
| tabindex |
Type : number
|
Default value : 0
|
|
This property specifies the tab order of the form action. |
| title |
Type : string
|
|
Title of the form action widget. Bindable: |
| type |
Type : string
|
|
Type of the button widget. Allowed Values:
|