• Модуль: fileman
  • Путь к файлу: ~/bitrix/modules/fileman/lib/block/tools.php
  • Класс: BitrixFilemanBlockTools
  • Вызов: Tools::getControlAlign
static function getControlAlign()
{
	$optionList = array(
		'left' => Loc::getMessage('BLOCK_EDITOR_CTRL_ALIGN_LEFT'),
		'top' => Loc::getMessage('BLOCK_EDITOR_CTRL_ALIGN_TOP'),
		'right' => Loc::getMessage('BLOCK_EDITOR_CTRL_ALIGN_RIGHT'),
		'bottom' => Loc::getMessage('BLOCK_EDITOR_CTRL_ALIGN_BOTTOM'),
	);
	return static::getControlSelect($optionList, false);
}