Примеры
Вывести "Сохранить" и "Отмена"
<?$APPLICATION->IncludeComponent('bitrix:ui.button.panel', '', [ 'BUTTONS' => ['save', 'cancel' => '/company/list/'] ]);?>
Вывести "Сохранить", "Отмена" и чекбокс "Сохранить в мои шаблоны"
<?$APPLICATION->IncludeComponent('bitrix:ui.button.panel', '', [ 'BUTTONS' => [ 'save', 'cancel' => '/company/list/', [ 'type' => 'checkbox', 'name' => 'save_as_template', 'caption' => 'Сохранить в мои шаблоны', ] ] ]);?>
Вывести "Сохранить", "Применить" и "Отмена"
<?$APPLICATION->IncludeComponent('bitrix:ui.button.panel', '', [ 'BUTTONS' => ['save', 'apply', 'cancel' => '/company/list/'] ]);?>
Вывести "Закрыть"
<?$APPLICATION->IncludeComponent('bitrix:ui.button.panel', '', [ 'BUTTONS' => ['close' => '/company/list/'] ]);?>
Вывести собственный html в панели
<?$APPLICATION->IncludeComponent('bitrix:ui.button.panel', '', [ 'BUTTONS' => ['custom' => '<span>My content</span>'] ]);?>
© «Битрикс», 2001-2024, «1С-Битрикс», 2024