Revision 39bbd478
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
SL/ClientJS.pm | ||
---|---|---|
# Form Events
|
||
focus => 1,
|
||
|
||
# ## jqModal plugin ##
|
||
|
||
# Closing and removing the popup
|
||
jqmClose => 1,
|
||
|
||
# ## jstree plugin ## pattern: $.jstree._reference($(<TARGET>)).<FUNCTION>(<ARGS>)
|
||
|
||
# Operations on the whole tree
|
js/client_js.js | ||
---|---|---|
// Form Events
|
||
else if (action[0] == 'focus') $(action[1]).focus();
|
||
|
||
// ## jqModal plugin ##
|
||
|
||
// Closing and removing the popup
|
||
else if (action[0] == 'jqmClose') $(action[1]).jqmClose();
|
||
|
||
// ## jstree plugin ##
|
||
|
||
// Operations on the whole tree
|
Auch abrufbar als: Unified diff
ClientJS: "jqmClose()" zum Schließen von jqModal-Dialogen