Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс EditorMail

Открытые статические члены

static createInstance ($params)
 
static show (array $params)
 
static removePhpFromHtml ($html, $previousHtml=null, $canEditPhp=false, $canUseLpa=false)
 
static getPreview (array $params)
 
static getBlockList ()
 

Подробное описание

См. определение в файле editormail.php строка 19

Методы

◆ createInstance()

static createInstance ( $params)
static

Create instance of editor.

Аргументы
array$paramsParameters.
Возвращает
Editor

См. определение в файле editormail.php строка 27

◆ getBlockList()

static getBlockList ( )
static

Get block list.

Возвращает
array

См. определение в файле editormail.php строка 199

◆ getPreview()

static getPreview ( array $params)
static

Show preview of content.

Аргументы
array$paramsParameters.
Возвращает
string

См. определение в файле editormail.php строка 110

◆ removePhpFromHtml()

static removePhpFromHtml ( $html,
$previousHtml = null,
$canEditPhp = false,
$canUseLpa = false )
static

Remove php from html.

Аргументы
string$htmlHtml.
string$previousHtmlPrevious html.
bool$canEditPhpCan edit php.
bool$canUseLpaCan use LPA.
Возвращает
string

См. определение в файле editormail.php строка 81

◆ show()

static show ( array $params)
static

Show editor.

Аргументы
array$paramsParameters.
Возвращает
string

См. определение в файле editormail.php строка 60