Zmiany pomiędzy wersją 13 and wersją 14 dla DeployerGuide/Others/CustomWidgets

Pokaż
Ignoruj:
Data i czas:
06/26/14 15:30:39 (10 years temu)
Autor:
JP (IP: 85.14.97.6)
Komentarz:

--

Legend:

Bez zmian
Dodane
Usunięte
Zmienione
  • DeployerGuide/Others/CustomWidgets

    v13 v14  
    6464 * ''doc_id'' dla modułu Dokumenty 
    6565 
     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 
    6694== Uprawnienia == 
    6795