Powered by SmartDoc

CKSubmitButton

Creates a submit button. This element must be used within HTML form. Required attributes are none.

Attributes of CKSubmitButton
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.