Forums
This topic is locked
convert layers to table functionality
Posted 03 Aug 2001 19:03:35
1
has voted
03 Aug 2001 19:03:35 Chris Rhoades posted:
does anyone know where ultradev stores the .js for this function? I've seen in the extending ultradev pdf that it's an api call dom.convertLayersToTable() but that's about it. I would like to develop something that would allow a user to drag layers around on the screen and submit the page and then call the convert function to make their page tables.They would not have access to ultradev. I would like to develop this into a browser based editing scheme.
Replies
Replied 03 Aug 2001 22:58:39
03 Aug 2001 22:58:39 Joel Martinez replied:
wow, that's some serious code your talkin about... unfortunately the DOM source code isn't stored in a JS file. it's built right into ultradev...
the only .JS files that deal directly with the dom is in <b>Shared\MM\Scripts\CMN\DOM.js</b>, and those are only helper functions to manilate the dom.
what you're talking about will require massive amounts of DHTML knowledge...
Joel Martinez
----------
set rs = conn.execute("SELECT answer FROM brain WHERE question = "& forumPost &"
the only .JS files that deal directly with the dom is in <b>Shared\MM\Scripts\CMN\DOM.js</b>, and those are only helper functions to manilate the dom.
what you're talking about will require massive amounts of DHTML knowledge...
Joel Martinez
----------
set rs = conn.execute("SELECT answer FROM brain WHERE question = "& forumPost &"