Hi,
I'm new to Dynapi (but not to JS :). Been browsing through it for an hour or
so in an attempt to not re-invent the wheel when it come to Drag-and-drop.
My goal: To drag-and-drop pieces of text in a grid to rearrange them, then
submit the final changes to the server to be recorded.
My two questions:
1) In the old DynAPI examples, there was a perfect example of what I'd like
to accomplish (http://www.dansteinman.com/dynapi/docs/examples/drag3.html).
Is there a new example of the same functionality with the updated DynAPI?
Does anyone have an example of drag-and-drop of div's in a grid?
2) All of my code will be delivered from a CGI script, and I want to
"flatten" DynAPI to include the source in the HTML that is delivered to the
client. In other words, I don't want any <SCRIPT SRC=""> calls to external
source files. This also means I can't use the "include" functionality of
DynAPI.
Can I just concatenate the .js files that I will need and deliver it all in
one big <SCRIPT> tag in my source, or will that break anything in DynAPI?
Just to answer any questions of "why don't you want to do javascript
includes?"... That would require the end-user of this script to put
documents in their document root, which I do not want to have as a
requirement. I only want to require that the CGI script live in an
executable directory, with no other dependencies. It simplifies the
installation for people :)
Thanks.
Matt Kruse
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help