Definition at line 7 of file manifest.inc.
◆ getAdminMenu()
static SvgChartsManifest::getAdminMenu |
( |
| ) |
|
|
static |
Definition at line 24 of file manifest.inc.
28 "Site Configuration" => array
31 "Color Palettes" => array(
"page" =>
"/admin/color_palettes",
◆ getComponentDefinition()
static SvgChartsManifest::getComponentDefinition |
( |
| ) |
|
|
static |
Definition at line 9 of file manifest.inc.
13 $component->description =
"Implements charts and graphs using Raphael.js";
◆ getScripts()
static SvgChartsManifest::getScripts |
( |
| ) |
|
|
static |
Definition at line 39 of file manifest.inc.
42 "/fakoli/js/tooltip.js",
43 "/components/svg_charts/js/snap.svg.js",
44 "/components/svg_charts/js/snap.svg-plugins.js",
45 "/components/svg_charts/js/canvg.js",
46 "/components/svg_charts/js/rgbcolor.js",
47 "/components/svg_charts/js/palette.js",
48 "/components/svg_charts/js/chart.js",
49 "/components/svg_charts/js/shape.js",
50 "/components/svg_charts/js/pie_chart.js",
51 "/components/svg_charts/js/histogram.js",
52 "/components/svg_charts/js/morphing_histogram.js",
53 "/components/svg_charts/js/radar_chart.js",
54 "/components/svg_charts/js/dial.js"
◆ subscribeToEvents()
static SvgChartsManifest::subscribeToEvents |
( |
| ) |
|
|
static |
Definition at line 58 of file manifest.inc.
60 return array(
"upgradeComponent" => array(
SvgChartsManager, upgradeComponent),
Provides a central management class for event handlers and common functionality for the svg_charts co...
◆ $allow_sessionless_handlers
SvgChartsManifest::$allow_sessionless_handlers = true |
The documentation for this class was generated from the following file:
- C:/code/cms.sonjara.com/cms/components/svg_charts/manifest.inc