예제 #1
0
 /**
  *
  */
 public function __construct()
 {
     JavascriptLoadManager::register("timelineSimile");
     parent::__construct();
     $this->info['NAME'] = 'SIMILE Timeline';
     $this->description = _t('Visualizes data as a timeline using the SIMILE timeline system');
 }
예제 #2
0
 /**
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->info['NAME'] = 'TimelineJS';
     $this->description = _t('Visualizes data as a timeline using TimelineJS');
 }
예제 #3
0
 /**
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->info['NAME'] = 'Calendar';
     $this->description = _t('Visualizes data as a calendar with FullCalendar');
 }
예제 #4
0
파일: Map.php 프로젝트: kai-iak/pawtucket2
 /**
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->info['NAME'] = 'Map';
     $this->description = _t('Visualizes data as a map');
 }