PHP 클래스 TbRedactorJS

저자: : antonio ramirez ([email protected])
상속: extends CInputWidget
파일 보기 프로젝트 열기: yinhe/yincart

공개 프로퍼티들

프로퍼티 타입 설명
$editorOptions {@link http://imperavi.com/redactor/docs/ redactor options}.
$height Editor height
$selector Selector pointing to textarea to initialize redactor for. Defaults to null meaning that textarea does not exist yet and will be rendered by this widget.
$width Editor width

공개 메소드들

메소드 설명
init ( )
registerClientScript ( ) Register required script files

메소드 상세

init() 공개 메소드

public init ( )

registerClientScript() 공개 메소드

Register required script files

프로퍼티 상세

$editorOptions 공개적으로 프로퍼티

{@link http://imperavi.com/redactor/docs/ redactor options}.
public $editorOptions

$height 공개적으로 프로퍼티

Editor height
public $height

$selector 공개적으로 프로퍼티

Selector pointing to textarea to initialize redactor for. Defaults to null meaning that textarea does not exist yet and will be rendered by this widget.
public $selector

$width 공개적으로 프로퍼티

Editor width
public $width