PHP 클래스 WhSparkLines

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

공개 프로퍼티들

프로퍼티 타입 설명
$data the data to show on the chart
$debugMode Debug mode Used to publish full js file instead of min version
$htmlOptions additional HTML attributes to the tag
$pluginOptions plugin options
$tagName the tag name to render the sparkline to NOTE: span type of tag may have issues.

공개 메소드들

메소드 설명
init ( ) Widget's initialization method
registerClientScript ( ) Registers required client script for sparklines
run ( ) Widget's run method

메소드 상세

init() 공개 메소드

Widget's initialization method
public init ( )

registerClientScript() 공개 메소드

Registers required client script for sparklines

run() 공개 메소드

Widget's run method
public run ( )

프로퍼티 상세

$data 공개적으로 프로퍼티

the data to show on the chart
또한 보기: http://omnipotent.net/jquery.sparkline/#s-about
public $data

$debugMode 공개적으로 프로퍼티

Debug mode Used to publish full js file instead of min version
public $debugMode

$htmlOptions 공개적으로 프로퍼티

additional HTML attributes to the tag
public $htmlOptions

$pluginOptions 공개적으로 프로퍼티

plugin options
public $pluginOptions

$tagName 공개적으로 프로퍼티

the tag name to render the sparkline to NOTE: span type of tag may have issues.
public $tagName