PHP 클래스 WhHtml5Editor

상속: extends CInputWidget
파일 보기 프로젝트 열기: 2amigos/yiiwheels

공개 프로퍼티들

프로퍼티 타입 설명
$height Editor height
$htmlOptions Html options that will be assigned to the text area
$lang Editor language Supports: de-DE, es-ES, fr-FR, pt-BR, sv-SE
$pluginOptions Editor options that will be passed to the editor
$width Editor width

공개 메소드들

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

비공개 메소드들

메소드 설명
normalizeStylesheetsProperty ( ) Normalizes stylesheet property

메소드 상세

init() 공개 메소드

public init ( )

registerClientScript() 공개 메소드

Register required script files

run() 공개 메소드

Display editor
public run ( )

프로퍼티 상세

$height 공개적으로 프로퍼티

Editor height
public $height

$htmlOptions 공개적으로 프로퍼티

Html options that will be assigned to the text area
public $htmlOptions

$lang 공개적으로 프로퍼티

Editor language Supports: de-DE, es-ES, fr-FR, pt-BR, sv-SE
public $lang

$pluginOptions 공개적으로 프로퍼티

Editor options that will be passed to the editor
public $pluginOptions

$width 공개적으로 프로퍼티

Editor width
public $width