PHP Класс WhHtml5Editor

Наследование: extends CInputWidget
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$height Editor height
$htmlOptions Html options that will be assigned to the text area
$lang Editor language Supports: de-DE, es-ES, fr-FR, pt-BR, sv-SE
$pluginOptions Editor options that will be passed to the editor
$width Editor width

Открытые методы

Метод Описание
init ( )
registerClientScript ( ) Register required script files
run ( ) Display editor

Приватные методы

Метод Описание
normalizeStylesheetsProperty ( ) Normalizes stylesheet property

Описание методов

init() публичный Метод

public init ( )

registerClientScript() публичный Метод

Register required script files

run() публичный Метод

Display editor
public run ( )

Описание свойств

$height публичное свойство

Editor height
public $height

$htmlOptions публичное свойство

Html options that will be assigned to the text area
public $htmlOptions

$lang публичное свойство

Editor language Supports: de-DE, es-ES, fr-FR, pt-BR, sv-SE
public $lang

$pluginOptions публичное свойство

Editor options that will be passed to the editor
public $pluginOptions

$width публичное свойство

Editor width
public $width