PHP Class WhPercentOfTypeEasyPieOperation

Displays an chart based on jquery.easy.pie plugin
Author: Antonio Ramirez ([email protected])
Inheritance: extends WhPercentOfTypeOperation
Afficher le fichier Open project: 2amigos/yiiwheels

Méthodes publiques

Свойство Type Description
$chartCssClass string the class of the layer containing the class
$chartOptions the easy-pie-chart plugin configuration options
$template string
$typeTemplate string

Méthodes publiques

Méthode Description
displaySummary ( ) : mixed | void
init ( ) Widget's initialization widget

Méthodes protégées

Méthode Description
registerClientScripts ( ) Register required scripts

Method Details

displaySummary() public méthode

See also: WhOperation
public displaySummary ( ) : mixed | void
Résultat mixed | void

init() public méthode

Widget's initialization widget
public init ( )

registerClientScripts() protected méthode

Register required scripts
protected registerClientScripts ( )

Property Details

$chartCssClass public_oe property

the class of the layer containing the class
public string $chartCssClass
Résultat string

$chartOptions public_oe property

the easy-pie-chart plugin configuration options
See also: https://github.com/rendro/easy-pie-chart#configuration-parameter
public $chartOptions

$template public_oe property

See also: TbOperation
public string $template
Résultat string

$typeTemplate public_oe property

See also: parent class
public string $typeTemplate
Résultat string