- Added "beforeSubmit" callback handler to the PHP json class

- Added "clientCall" and "clientSetOption" function to the base etemplate widget class
- Got the client side HTML area widget work with the new functions described above
This commit is contained in:
Andreas Stöckel
2010-06-30 09:13:17 +00:00
parent 04983df258
commit 47a7fc9337
2 changed files with 33 additions and 1 deletions

View File

@ -187,7 +187,7 @@ egw_json_request.prototype.sendRequest = function(_async, _callback, _sender)
"parameters": this.parameters
}
})
}
};
//Send the request via the jquery AJAX interface to the server
$.ajax({url: this.url + '?menuaction=' + this.menuaction,