From: Leif W <war...@us...> - 2005-08-16 02:50:27
|
> From: "Andrew Gillett" <an...@ph...> > Sent: 2005 August 15 Monday 19:01 > > In DynLayer, there is a method called "enableBlackboard". Can anyone > tell me what its for? > I can't find any documentation for it and I can't follow the code. I'd > appreciate it if someone > would give me a clue about its purpose. > > Just curious, > > Andrew. I've seen it too and wondered. Searching the source I find a few references to m/blackboard/i. One comment in the template manager code reads: "// this will force a <layer> arround the inline html". To what end, I'm not sure. Check the following: ./docs/docs/quickref.dynlayer.html ./docs/docs/revision.html ./examples/dynapi.api.dynlayer-autosize.html ./examples/dynapi.api.dynlayer-blackboard.html ./src/api/dynlayer_dom.js ./src/api/dynlayer_ie.js ./src/api/dynlayer_ns4.js ./src/api/dynlayer_opera.js ./src/gui/button.flatstyle.js ./src/gui/button.imagestyle.js ./src/gui/button.style.js ./src/gui/tmplmgr.js http://sourceforge.net/mailarchive/message.php?msg_id=12535636 http://sourceforge.net/mailarchive/message.php?msg_id=12535638 http://sourceforge.net/tracker/?group_id=5757&atid=305757&func=detail&aid=716335 Can't seem to find anything in mailing lists, which is odd. It's probably in the dev list. Check that list prior to the CVS additions and modifications relating to blackboard. Leif |