Ignore:
Timestamp:
May 11, 2014, 4:28:01 PM (10 years ago)
Author:
chronos
Message:
  • Opraveno: Zobrazování grafů mřených veličin.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/TimeMeasure/TimeMeasure.php

    r586 r655  
    1717    $this->Dependencies = array('User');
    1818  }
    19  
     19
    2020  function DoInstall()
    2121  {
    2222  }
    23  
     23
    2424  function DoUnInstall()
    2525  {
     
    2828  function DoStart()
    2929  {
    30     $this->System->Pages['grafy'] = 'PageMeasure';
     30    $this->System->RegisterPage('grafy', 'PageMeasure');
     31    $this->System->RegisterPage(array('grafy', 'graf.png'), 'PageGraph');
    3132    $this->System->FormManager->RegisterClass('Measure', array(
    3233      'Title' => 'Měření',
     
    4546        'DataTable' => array('Type' => 'String', 'Caption' => 'Tabulka měřených dat', 'Default' => 'data'),
    4647      ),
    47     ));   
     48    ));
    4849  }
    4950
Note: See TracChangeset for help on using the changeset viewer.