From: Doug M. <do...@cr...> - 2003-03-26 21:52:37
|
See below: > I'm also looking at adding a two new features to the > dynapi.document object. These are as follows: > > dynapi.document.writeln(html,key) and > dynapi.document.deleteln(key) > > These will allow a user to write/append html content > to the document even after the page has been loaded. > The deleteln(key) will also the user to delete html > content from the document once the page is loaded. > > These two new functions will enable us to dynamically > download (inline) portions of a huge app, append the > content to the document and then create the object use > blueprint/inline create features. > > What do you all thing? I thing it's a greate idea!! This would have come in very handy when I built figure8's site as I would have allowed be to load only portions of the tree at a time. (800+ nodes can take a VERY long time to download, never mind rendering) |