CMS  Version 3.9
ColorPickerManifest Class Reference

Static Public Member Functions

static getComponentDefinition ()
 
static getStyles ()
 
static getScripts ()
 

Detailed Description

Definition at line 39 of file manifest.inc.

Member Function Documentation

◆ getComponentDefinition()

static ColorPickerManifest::getComponentDefinition ( )
static

Definition at line 41 of file manifest.inc.

42  {
43  $component = new Component();
44  $component->name = "color_picker";
45  $component->description = "Color picker control and field renderer for Fakoli/CMS";
46  $component->author = "Andy Green";
47  $component->version = "1.0";
48  $component->priority = 3;
49  $component->enabled = true;
50 
51  return $component;
52  }
$component
Definition: help.inc:38

◆ getScripts()

static ColorPickerManifest::getScripts ( )
static

Definition at line 59 of file manifest.inc.

60  {
61  return array("/fakoli/color_picker/color_picker.js");
62  }

◆ getStyles()

static ColorPickerManifest::getStyles ( )
static

Definition at line 54 of file manifest.inc.

55  {
56  return array("/fakoli/css/color_picker.css");
57  }

The documentation for this class was generated from the following file: