PHP Class TbMarkdownEditorJS

Author: : antonio ramirez ([email protected])
Inheritance: extends CInputWidget
Show file Open project: yinhe/yincart

Public Properties

Property Type Description
$height Editor height
$width Editor width

Public Methods

Method Description
registerClientScript ( integer $id ) Register required script files
run ( ) Display editor

Method Details

registerClientScript() public method

Register required script files
public registerClientScript ( integer $id )
$id integer

run() public method

Display editor
public run ( )

Property Details

$height public property

Editor height
public $height

$width public property

Editor width
public $width