Bitrix API

WebFormSettings

Class WebFormSettings

Table of Contents

Constants

EditorConfirm  = 0
EditorCrm  = 1
EditorLanding  = 2

Methods

__construct()  : mixed
getCurrent()  : static
getEditorId()  : bool
Get editor ID.
getEditorItems()  : array<string|int, mixed>
Get editor items.
isEditorConfirmEnabled()  : bool
Return true if new editor enabled.
isNewEditorEnabled()  : bool
Return true if new editor enabled.
setEditorId()  : void
Set editor ID.

Constants

Methods

getCurrent()

public static getCurrent() : static
Return values
static

getEditorId()

Get editor ID.

public getEditorId() : bool
Return values
bool

getEditorItems()

Get editor items.

public static getEditorItems() : array<string|int, mixed>
Return values
array<string|int, mixed>

isEditorConfirmEnabled()

Return true if new editor enabled.

public isEditorConfirmEnabled() : bool
Return values
bool

isNewEditorEnabled()

Return true if new editor enabled.

public isNewEditorEnabled() : bool
Return values
bool

setEditorId()

Set editor ID.

public setEditorId(mixed $id) : void
Parameters
$id : mixed

        
On this page

Search results