PHP Class WhRedactor

Author: Antonio Ramirez ([email protected])
Inheritance: extends CInputWidget
Afficher le fichier Open project: 2amigos/yiiwheels

Méthodes publiques

Свойство Type Description
$debugMode Debug mode Used to publish full js file instead of min version
$pluginOptions Editor options that will be passed to the editor

Méthodes publiques

Méthode Description
init ( ) Widget's init function
registerClientScript ( ) Registers required client script for bootstrap select2. It is not used through bootstrap->registerPlugin in order to attach events if any
renderField ( ) Renders field
run ( ) Runs the widget.

Méthodes protégées

Méthode Description
registerPlugins ( $assetsUrl )

Method Details

init() public méthode

Widget's init function
public init ( )

registerClientScript() public méthode

Registers required client script for bootstrap select2. It is not used through bootstrap->registerPlugin in order to attach events if any

registerPlugins() protected méthode

protected registerPlugins ( $assetsUrl )
$assetsUrl

renderField() public méthode

Renders field
public renderField ( )

run() public méthode

Runs the widget.
public run ( )

Property Details

$debugMode public_oe property

Debug mode Used to publish full js file instead of min version
public $debugMode

$pluginOptions public_oe property

Editor options that will be passed to the editor
See also: http://imperavi.com/redactor/docs/
public $pluginOptions