| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/ui/lib/entityform/control/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/modules/ui/lib/entityform/control/type.php |
<?php
namespace Bitrix\UI\EntityForm\Control;
class Type
{
public const COLUMN = 'column';
public const SECTION = 'section';
public const TEXT = 'text';
public const MULTI_TEXT = 'multitext';
public const TEXTAREA = 'textarea';
public const NUMBER = 'number';
public const MULTI_NUMBER = 'multinumber';
public const DATETIME = 'datetime';
public const MULTI_DATETIME = 'multidatetime';
public const BOOLEAN = 'boolean';
public const LIST = 'list';
public const MULTI_LIST = 'multilist';
public const HTML = 'html';
public const LINK = 'link';
public const IMAGE = 'image';
public const CUSTOM = 'custom';
public const MONEY = 'money';
public const MULTI_MONEY = 'multimoney';
public const USER = 'user';
public const INCLUDED_AREA = 'included_area';
}