]
Nick Belaevski updated RF-8048:
-------------------------------
Fix Version/s: Future
Affects Version/s: 3.3.2.SR1
Assignee: Ilya Shaikovsky
Document A4J.AJAX.AddListener and the api for adding custom
listeners
---------------------------------------------------------------------
Key: RF-8048
URL:
https://jira.jboss.org/jira/browse/RF-8048
Project: RichFaces
Issue Type: Feature Request
Components: doc
Affects Versions: 3.3.2.SR1
Reporter: Adrian Mitev
Assignee: Ilya Shaikovsky
Fix For: Future
Simple example:
if (typeof A4J != 'undefined') {
var listener = new Object();
listener.onafterajax = function(req, domEvt, data) {
......
};
A4J.AJAX.AddListener(listener);
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: