Just wanted to mention that the pages linked are erroring out... However, a big thank you to Alan for:
a) Finally getting auto-updating documentation direct from the engine b) Adding cfhtmlbody (cool, I can fix some stuff in Mach-II on OpenBD because of this) c) Changing how cfhtmlhead works so you can nest the elements inside This is the miracle of open source because it's mean and lean... Best, .Peter Alan Williamson said the following on 11/15/2009 06:00 AM: > From an excellent discussion with Peter/Matt, we've made some > improvements to CFHTMLHEAD and added a new tag, CFHTMLBODY to the OpenBD > stable: > > > CFHTMLHEAD > http://www.openbluedragon.org/docs/index.cfm?tag=CFHTMLHEAD > > CFHTMLBODY > http://www.openbluedragon.org/docs/index.cfm?tag=CFHTMLBODY > > > Not only can you now decide if you want the content to be at the start > or end of the HEAD/BODY section, you can also use closing tags to > express content now instead of using an external variable. > > > <cfhtmlhead position="prepend"> > <title>My Title</title> > </cfhtmlhead> > > > <cfhtmlbody> > <script src="somejavascript.js"></script> > </cfhtmlbody> > > > This lets you now push Javascript down at the bottom of your page and > get a small performance gain from the browser load/rendering. > > Part of the nightly build. > > --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
