PHP Класс WhSparkLines

Автор: Antonio Ramirez ([email protected])
Наследование: extends CWidget
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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