jQuery Replacements for CFGRID, CFWINDOW, and CFTOOLTIP
I recently completed the beta version of CFjqAjax. This is a library of custom tags that replicate the CFGRID, CFWINDOW, and CFTOOLTIP tags from ColdFusion 8. The CF8 tags work, but I find YUI and Ext much harder to work with than jQuery, and the file size of the JavaScript libraries that CF8 includes is excessive. So, I created CFjqAjax.
View the ReadMe (documentation) file
Current Version: 0.7 (beta)
UPDATE (9/2/08): This project is now on RIAForge. http://CFjqAJAX.riaforge.org
UPDATE (11/10/08): If you have questions or suggestions, please use the RIAforge site - not this blog! If you have comments feel free to share below, but I do not regularly monitor this blog to answer questions.
NOTES:
The functionality of these tags is based on three existing jQuery libraries.
1. Flexigrd (http://webplicity.net/flexigrid)
2. jqModal (http://dev.iceburg.net/jquery/jqModal/)
3. jTip "Even More Updated" (http://users.evtek.fi/~mikkowu/jtip/index.html)
Gary Fenton wrote on 08/27/08 7:25 AM
I love jquery too so it's great to see someone has created CF tags that use it.However... while it looks good in FF3 the grid does not render correctly in IE7. The firstname and lastname column headers have been put into their own column so there are actually 4 columns showing, not 2.
CF_window does not render correctly in IE7. The grip bar in the bottom right is misaligned and the window doesn't reduce its X size when made smaller.
In both IE7 and FF3 the loading anim from cf_tooltip sometimes remains on the screen if you move quickly between the two example tooltips.
I hope you don't mind me reporting these bugs?