ajaxCFC utils update
I just updated ajaxCFC with a massively refactored utils class, including highlight handler, improved form serialization, debugging, and the ability to use image loading indicators (brought to you by Rey Bango).
to use the image loading indicator use:
You may find a bunch of indicators at http://www.ajaxload.info/
to use the image loading indicator use:
DWRUtil.useLoadingImage("/images/ajax-loader.gif");
You may find a bunch of indicators at http://www.ajaxload.info/
TrackBacks
There are no trackbacks for this entry.
Trackback URL for this entry:
http://www.robgonda.com/blog/trackback.cfm?96142C63-3048-7431-E45ED1D0A7A073BD
http://www.robgonda.com/blog/trackback.cfm?96142C63-3048-7431-E45ED1D0A7A073BD









Rey...
Rey, thanks a bunch... keep'em coming.
I found a small thing. in the utils form serializer the type password is not included.
For the rest it works great with model-glue.
Robert
If you want a proper discussion list let me know and i'll add an ajaxcfc one to the cfdeveloper lists.
Anyway my question was regarding the addOption function in DWRUtils
It doesn't appear to work with the data that AJAXCFC returns.
It expects an array of objects (data[x].column), but ajaxCFC uses and object of arrays (data.column[x].
And none of methods it supports seem to handle this.