PHP Class WhAceEditor

Author: Antonio Ramirez ([email protected])
Author: Matt Tabin ([email protected])
Inheritance: extends CInputWidget
Datei anzeigen Open project: 2amigos/yiiwheels

Public Properties

Property Type Description
$events the JavaScript event handlers.
$mode the editor mode
$pluginOptions the options for the ace editor
$theme the theme

Public Methods

Method Description
init ( ) Initializes the widget.
registerClientScript ( ) Registers required client script for bootstrap ace editor.
renderField ( ) Renders field
run ( ) Runs the widget.

Method Details

init() public method

Initializes the widget.
public init ( )

registerClientScript() public method

Registers required client script for bootstrap ace editor.

renderField() public method

Renders field
public renderField ( )

run() public method

Runs the widget.
public run ( )

Property Details

$events public_oe property

the JavaScript event handlers.
public $events

$mode public_oe property

the editor mode
public $mode

$pluginOptions public_oe property

the options for the ace editor
public $pluginOptions

$theme public_oe property

the theme
public $theme