Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
cancelbutton.php
1<?php
2namespace Bitrix\UI\Buttons;
3
4
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}
static getMessage($code, $replace=null, $language=null)
Definition loc.php:29