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