Zmiany pomiędzy wersją 92 and wersją 93 dla DeployerGuide/Developer

Pokaż
Ignoruj:
Data i czas:
02/09/15 11:18:40 (9 years temu)
Autor:
MK (IP: 79.188.124.105)
Komentarz:

--

Legend:

Bez zmian
Dodane
Usunięte
Zmienione
  • DeployerGuide/Developer

    v92 v93  
    9191$api->completeStage(1,2); 
    9292}}} 
     93 
     94== Komponent !DBSelect == 
     95 
     96{{{ 
     97$this->prtpid = new DBSelect($this->name.'prtpid'); 
     98$this->prtpid->top = '10px'; 
     99$this->prtpid->left = '100px'; 
     100$this->prtpid->width = '300px'; 
     101$this->prtpid->defaultItemCaption = '-- '.Translator::translate('brak').' --'; 
     102$this->prtpid->query = 'SELECT prtpid,prtpnm FROM procedures_def WHERE is_del IS NOT TRUE ORDER BY prtpnm ASC'; 
     103$this->prtpid->update(); 
     104}}} 
     105 
    93106 
    94107== Komponent ModernSelect ==