Revision 39bbd478
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/ClientJS.pm | ||
---|---|---|
70 | 70 |
# Form Events |
71 | 71 |
focus => 1, |
72 | 72 |
|
73 |
# ## jqModal plugin ## |
|
74 |
|
|
75 |
# Closing and removing the popup |
|
76 |
jqmClose => 1, |
|
77 |
|
|
73 | 78 |
# ## jstree plugin ## pattern: $.jstree._reference($(<TARGET>)).<FUNCTION>(<ARGS>) |
74 | 79 |
|
75 | 80 |
# Operations on the whole tree |
js/client_js.js | ||
---|---|---|
85 | 85 |
// Form Events |
86 | 86 |
else if (action[0] == 'focus') $(action[1]).focus(); |
87 | 87 |
|
88 |
// ## jqModal plugin ## |
|
89 |
|
|
90 |
// Closing and removing the popup |
|
91 |
else if (action[0] == 'jqmClose') $(action[1]).jqmClose(); |
|
92 |
|
|
88 | 93 |
// ## jstree plugin ## |
89 | 94 |
|
90 | 95 |
// Operations on the whole tree |
Auch abrufbar als: Unified diff
ClientJS: "jqmClose()" zum Schließen von jqModal-Dialogen