The modal footer is used in a modal form and contains two default buttons that are used to pass data between the encapsulated building block and the main application. This component can only be set on to a cModalForm component.


Properties


Description

ModalAcceptButtonLabel

Label of the accept button

ModalCancelButtonLabel

Label of the cancel button


PHP Events


Description

onAcceptClick

Triggers when the user clicks 'accept' (only functional if you declare the JS Event as well)

onCancelClick

Triggers when the user clicks 'cancel' (only functional if you declare the JS Event as well)

JavaScript Events


Description

onAcceptClick

Connects to the PHP Event.

onCancelClick

Connects to the PHP Event.