Bitrix API

Type

Table of Contents

Constants

CALENDAR  = 'calendar'
CHECKBOX  = 'checkbox'
CUSTOM  = 'custom'
DATE  = 'date'
DROPDOWN  = 'list'
FILE  = 'file'
FLOAT  = 'double'
HTML  = 'html'
INPUT  = 'input'
INT  = 'int'
LABELS  = 'labels'
MONEY  = 'money'
MULTISELECT  = 'multiselect'
NUMBER  = 'number'
SELECT  = 'select'
TAGS  = 'tags'
TEXT  = 'text'

Methods

getEditorType()  : string|null
Convert miscellaneous column types from various sources to editor type.

Constants

CALENDAR

public mixed CALENDAR = 'calendar'

CHECKBOX

public mixed CHECKBOX = 'checkbox'

CUSTOM

public mixed CUSTOM = 'custom'

DATE

public mixed DATE = 'date'

DROPDOWN

public mixed DROPDOWN = 'list'

FILE

public mixed FILE = 'file'

FLOAT

public mixed FLOAT = 'double'

HTML

public mixed HTML = 'html'

INPUT

public mixed INPUT = 'input'

INT

public mixed INT = 'int'

LABELS

public mixed LABELS = 'labels'

MONEY

public mixed MONEY = 'money'

MULTISELECT

public mixed MULTISELECT = 'multiselect'

NUMBER

public mixed NUMBER = 'number'

SELECT

public mixed SELECT = 'select'

TAGS

public mixed TAGS = 'tags'

TEXT

public mixed TEXT = 'text'

Methods

getEditorType()

Convert miscellaneous column types from various sources to editor type.

public static getEditorType(string $type) : string|null
Parameters
$type : string
Return values
string|null

        
On this page

Search results