PHP Класс WhRedactor

Автор: Antonio Ramirez ([email protected])
Наследование: extends CInputWidget
Показать файл Открыть проект

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

Свойство Тип Описание
$debugMode Debug mode Used to publish full js file instead of min version
$pluginOptions Editor options that will be passed to the editor

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

Метод Описание
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.

Защищенные методы

Метод Описание
registerPlugins ( $assetsUrl )

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

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

Widget's init function
public init ( )

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

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

registerPlugins() защищенный Метод

protected registerPlugins ( $assetsUrl )
$assetsUrl

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

Renders field
public renderField ( )

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

Runs the widget.
public run ( )

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

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

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

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

Editor options that will be passed to the editor
См. также: http://imperavi.com/redactor/docs/
public $pluginOptions