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
EditorConfirm
public
mixed
EditorConfirm
= 0
EditorCrm
public
mixed
EditorCrm
= 1
EditorLanding
public
mixed
EditorLanding
= 2
Methods
__construct()
public
__construct() : mixed
getCurrent()
public
static getCurrent() : static
Return values
staticgetEditorId()
Get editor ID.
public
getEditorId() : bool
Return values
boolgetEditorItems()
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
boolisNewEditorEnabled()
Return true if new editor enabled.
public
isNewEditorEnabled() : bool
Return values
boolsetEditorId()
Set editor ID.
public
setEditorId(mixed $id) : void
Parameters
- $id : mixed