]> wagnertech.de Git - kivitendo-erp.git/blobdiff - js/client_js.js
ClientJS: Methoden "focus" und "action"
[kivitendo-erp.git] / js / client_js.js
index 34b254b5a307d21627ef3e486650f8cfeaaf5c83..08b9b724860105c119cd7f2db33266da89616ca6 100644 (file)
@@ -60,6 +60,9 @@ function eval_json_result(data) {
       else if (action[0] == 'data')                 $(action[1]).data(action[2], action[3]);
       else if (action[0] == 'removeData')           $(action[1]).removeData(action[2]);
 
+      // Form Events
+      else if (action[0] == 'focus')                $(action[1]).focus();
+
       // ## jstree plugin ##
 
       // Operations on the whole tree