[richfaces-issues] [JBoss JIRA] Updated: (RF-8048) Document A4J.AJAX.AddListener and the api for adding custom listeners

Adrian Mitev (JIRA) jira-events at lists.jboss.org
Tue Oct 27 09:15:06 EDT 2009


     [ https://jira.jboss.org/jira/browse/RF-8048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrian Mitev updated RF-8048:
-----------------------------

    Description: 
Simple example:

if (typeof A4J != 'undefined') {
		var listener = new Object();
		listener.onafterajax = function(req, domEvt, data) {
		......
		};

		A4J.AJAX.AddListener(listener);
}

  was:
Simple example:

if (typeof A4J != 'undefined') {
		var listener = new Object();
		listener.onafterajax = function(req, domEvt, data) {
		
		};

		A4J.AJAX.AddListener(listener);
}



> 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
>            Reporter: Adrian Mitev
>
> 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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list