Creates a submit button. This element must be used within HTML form. Required attributes are none.
Attribute | Type | Description |
---|---|---|
action |
CKComponent |
Method to invoke when the button is clicked. |
value |
String |
Title of the button. |
enabled |
true/false |
If the value is false, the element appears but is not active. In addition, it doesn't send the form data although the button is clicked. |