- Модуль: fileman
- Путь к файлу: ~/bitrix/modules/fileman/lib/block/tools.php
- Класс: BitrixFilemanBlockTools
- Вызов: Tools::getControlFontWeight
static function getControlFontWeight()
{
$optionList = array(
'normal' => Loc::getMessage('BLOCK_EDITOR_CTRL_FONT_WEIGHT_NORMAL'),
'bold' => Loc::getMessage('BLOCK_EDITOR_CTRL_FONT_WEIGHT_BOLD'),
'100' => '100',
'200' => '200',
'300' => '300',
'400' => '400',
'500' => '500',
'600' => '600',
'700' => '700',
'800' => '800',
'900' => '900',
);
return static::getControlSelect($optionList);
}