Zmiany pomiędzy wersją 94 and wersją 95 dla DeployerGuide/Developer
- Data i czas:
- 02/09/15 11:35:18 (10 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Developer
v94 v95 92 92 }}} 93 93 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 }}} 94 106 95 107 == Komponent ModernSelect ==