Example #1
0
 /**
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->info['NAME'] = 'OpenLayers';
     $this->description = _t('Generates maps using the OpenLayers API');
     AssetLoadManager::register("openlayers");
 }
Example #2
0
 /**
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->info['NAME'] = 'GoogleMaps';
     $this->description = _t('Generates maps using the GoogleMaps API');
     JavascriptLoadManager::register("maps");
 }
Example #3
0
 /**
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->info['NAME'] = 'GoogleMaps';
     $this->description = _t('Generates maps using the GoogleMaps API');
 }