Zmiany pomiędzy wersją 92 and wersją 93 dla DeployerGuide/Developer
- Data i czas:
- 02/09/15 11:18:40 (10 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Developer
v92 v93 91 91 $api->completeStage(1,2); 92 92 }}} 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 93 106 94 107 == Komponent ModernSelect ==