PHP Class WhHtml5Editor

Inheritance: extends CInputWidget
Show file Open project: 2amigos/yiiwheels

Public Properties

Property Type Description
$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

Public Methods

Method Description
init ( )
registerClientScript ( ) Register required script files
run ( ) Display editor

Private Methods

Method Description
normalizeStylesheetsProperty ( ) Normalizes stylesheet property

Method Details

init() public method

public init ( )

registerClientScript() public method

Register required script files

run() public method

Display editor
public run ( )

Property Details

$height public property

Editor height
public $height

$htmlOptions public property

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

$lang public property

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

$pluginOptions public property

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

$width public property

Editor width
public $width