Zmiany pomiędzy wersją 13 and wersją 14 dla DeployerGuide/Others/CustomWidgets
- Data i czas:
- 06/26/14 15:30:39 (10 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Others/CustomWidgets
v13 v14 64 64 * ''doc_id'' dla modułu Dokumenty 65 65 66 == Wstawienie do Custom Modułu == 67 {{{ 68 <buttons> 69 <button> 70 <id> 71 new 72 </id> 73 <label> 74 Nowa 75 </label> 76 <dscrpt> 77 Nowa 78 </dscrpt> 79 <onclick> 80 App.openDialogByCls({CLSNAM}, {KEYVAL}, ({afterSubmit:'{AFTER_SUBMIT}', mode:'new'}).toJSONString()) 81 </onclick> 82 <icon> 83 new.gif 84 </icon> 85 </button> 86 <button> 87 <custom_widget> 88 3 89 </custom_widget> 90 </button> 91 </buttons> 92 }}} 93 66 94 == Uprawnienia == 67 95