ShowApplyButton
string CFormOutput::ShowApplyButton([ string CAPTION = "", string CSSClass = "" ] );
The method returns HTML code for "Apply" button of creation/editing web form record. Non-static method.
Method parameters
Parameter | Description | Available from version |
---|---|---|
CAPTION | Text, located on the button. Optional parameter. If this parameter is empty or not specified, by default value will be used. | 5.1.2 |
CSS Class | CSS class of the button. Optional parameter. | 5.1.2 |
Returned value
HTML code for "Apply" button is returned
Examples of use
<?=$FORM->ShowApplyButton("Apply", "form-button-apply")?>
See Also
© «Bitrix24», 2001-2024