Zmiany pomiędzy wersją 94 and wersją 95 dla DeployerGuide/Developer

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

--

Legend:

Bez zmian
Dodane
Usunięte
Zmienione
  • DeployerGuide/Developer

    v94 v95  
    9292}}} 
    9393 
     94 
     95== Komponent DBSelect == 
     96 
     97{{{ 
     98$this->prcref = new DBSelect($this->name.'prcref'); 
     99$this->prcref->top = '10px'; 
     100$this->prcref->left = '100px'; 
     101$this->prcref->width = '300px'; 
     102$this->prcref->defaultItemCaption = '-- '.Translator::translate('brak').' --'; 
     103$this->prcref->query = 'SELECT prtpid,prtpnm FROM procedures_def WHERE is_del IS NOT TRUE ORDER BY prtpnm ASC'; 
     104$this->prcref->update(); 
     105}}} 
    94106 
    95107== Komponent ModernSelect ==