PHP 클래스 WhRedactor

저자: Antonio Ramirez ([email protected])
상속: extends CInputWidget
파일 보기 프로젝트 열기: 2amigos/yiiwheels

공개 프로퍼티들

프로퍼티 타입 설명
$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