1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
cancelbutton.php
См. документацию.
1<?php
2namespace Bitrix\UI\Buttons\Split;
3
4
5use Bitrix\Main\Localization\Loc;
6use Bitrix\UI\Buttons\Color;
7
8class CancelButton extends Button
9{
13 protected function getDefaultParameters()
14 {
15 return [
16 'text' => Loc::getMessage('UI_BUTTONS_CANCEL_BTN_TEXT'),
17 'color' => Color::LINK,
18 ];
19 }
20}
const LINK
Определения color.php:15