PHP 클래스 TbCKEditor

Supports new CKEditor 4
저자: Antonio Ramirez ([email protected])
상속: extends CInputWidget
파일 보기 프로젝트 열기: yinhe/yincart

공개 프로퍼티들

프로퍼티 타입 설명
$editorOptions the CKEditor options
$form when created via TbActiveForm This attribute is set to the form that renders the widget

공개 메소드들

메소드 설명
registerClientScript ( string $id ) ### .registerClientScript()
run ( ) ### .run()

메소드 상세

registerClientScript() 공개 메소드

Registers required javascript
public registerClientScript ( string $id )
$id string

run() 공개 메소드

Display editor
public run ( )

프로퍼티 상세

$editorOptions 공개적으로 프로퍼티

the CKEditor options
또한 보기:
부터: 10/30/12 10:40 AM the Editor used is CKEditor 4 Beta will be updated as final version is done
public $editorOptions

$form 공개적으로 프로퍼티

when created via TbActiveForm This attribute is set to the form that renders the widget
public $form