Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
type.php
1
<?php
2
3
namespace
Bitrix\UI\EntityForm\Control
;
4
5
class
Type
6
{
7
public
const
COLUMN
=
'column'
;
8
public
const
SECTION
=
'section'
;
9
public
const
TEXT
=
'text'
;
10
public
const
MULTI_TEXT
=
'multitext'
;
11
public
const
TEXTAREA
=
'textarea'
;
12
public
const
NUMBER
=
'number'
;
13
public
const
MULTI_NUMBER
=
'multinumber'
;
14
public
const
DATETIME
=
'datetime'
;
15
public
const
MULTI_DATETIME
=
'multidatetime'
;
16
public
const
BOOLEAN
=
'boolean'
;
17
public
const
LIST
=
'list'
;
18
public
const
MULTI_LIST
=
'multilist'
;
19
public
const
HTML
=
'html'
;
20
public
const
LINK
=
'link'
;
21
public
const
IMAGE
=
'image'
;
22
public
const
CUSTOM
=
'custom'
;
23
public
const
MONEY
=
'money'
;
24
public
const
MULTI_MONEY
=
'multimoney'
;
25
public
const
USER
=
'user'
;
26
public
const
INCLUDED_AREA
=
'included_area'
;
27
}
Bitrix\UI\EntityForm\Control\Type\INCLUDED_AREA
const INCLUDED_AREA
Definition
type.php:26
Bitrix\UI\EntityForm\Control\Type\USER
const USER
Definition
type.php:25
Bitrix\UI\EntityForm\Control\Type\MULTI_NUMBER
const MULTI_NUMBER
Definition
type.php:13
Bitrix\UI\EntityForm\Control\Type\MULTI_TEXT
const MULTI_TEXT
Definition
type.php:10
Bitrix\UI\EntityForm\Control\Type\COLUMN
const COLUMN
Definition
type.php:7
Bitrix\UI\EntityForm\Control\Type\CUSTOM
const CUSTOM
Definition
type.php:22
Bitrix\UI\EntityForm\Control\Type\TEXT
const TEXT
Definition
type.php:9
Bitrix\UI\EntityForm\Control\Type\MULTI_LIST
const MULTI_LIST
Definition
type.php:18
Bitrix\UI\EntityForm\Control\Type\DATETIME
const DATETIME
Definition
type.php:14
Bitrix\UI\EntityForm\Control\Type\MULTI_DATETIME
const MULTI_DATETIME
Definition
type.php:15
Bitrix\UI\EntityForm\Control\Type\LIST
const LIST
Definition
type.php:17
Bitrix\UI\EntityForm\Control\Type\SECTION
const SECTION
Definition
type.php:8
Bitrix\UI\EntityForm\Control\Type\LINK
const LINK
Definition
type.php:20
Bitrix\UI\EntityForm\Control\Type\HTML
const HTML
Definition
type.php:19
Bitrix\UI\EntityForm\Control\Type\MONEY
const MONEY
Definition
type.php:23
Bitrix\UI\EntityForm\Control\Type\TEXTAREA
const TEXTAREA
Definition
type.php:11
Bitrix\UI\EntityForm\Control\Type\BOOLEAN
const BOOLEAN
Definition
type.php:16
Bitrix\UI\EntityForm\Control\Type\MULTI_MONEY
const MULTI_MONEY
Definition
type.php:24
Bitrix\UI\EntityForm\Control\Type\IMAGE
const IMAGE
Definition
type.php:21
Bitrix\UI\EntityForm\Control\Type\NUMBER
const NUMBER
Definition
type.php:12
Bitrix\Main\Type
Definition
collection.php:2
Bitrix\UI\EntityForm\Control
Definition
type.php:3
modules
ui
lib
entityform
control
type.php
Создано системой
1.10.0