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