PHP Класс WhAceEditor

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

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

Свойство Тип Описание
$events the JavaScript event handlers.
$mode the editor mode
$pluginOptions the options for the ace editor
$theme the theme

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

Метод Описание
init ( ) Initializes the widget.
registerClientScript ( ) Registers required client script for bootstrap ace editor.
renderField ( ) Renders field
run ( ) Runs the widget.

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

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

Initializes the widget.
public init ( )

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

Registers required client script for bootstrap ace editor.

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

Renders field
public renderField ( )

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

Runs the widget.
public run ( )

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

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

the JavaScript event handlers.
public $events

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

the editor mode
public $mode

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

the options for the ace editor
public $pluginOptions

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

the theme
public $theme