This version of RailoAjax starts the support of functions not strictly related to a tag or to a UI object like tabs or windows.
Firsts functions to be supported are:
Railo.Ajax.submitForm
(formId,url,callbackhandler[,errorhandler,httpMethod,asynch,returnFormat,beforeSend])
You can use this fucntions to ask a form to be ajax submitted at any time with no need to trigger the submit event.
Railo.Ajax.ajaxForm
(formId[,target,callbackhandler,errorhandler,returnFormat,beforeSend])
This function is used to configure a form to be submitted in ajax mode. The main difference with the previous one is that in this case the form will be submitted in ajax mode in any case, and not only when invoked by the function itself.
Railo.Ajax.navigate is on development stage.
| View count: 432
#1 by Steve 'Cutter' Blades - October 8, 2009 at 8:37 PM
#2 by Andrea Campolonghi - October 8, 2009 at 8:43 PM
#3 by Steve 'Cutter' Blades - October 9, 2009 at 10:49 AM
#4 by Sana - October 9, 2009 at 11:05 AM
#5 by Andrea Campolonghi - October 9, 2009 at 3:51 PM
#6 by Steve 'Cutter' Blades - October 9, 2009 at 4:03 PM
#7 by Sana - October 16, 2009 at 4:03 PM