search for: openrecord

Displaying 2 results from an estimated 2 matches for "openrecord".

2005 Jul 08
8
Integrating script.aculo.us into existing javascript codebase
Hi, I''m new to this mailing list, so first off, a big THANK YOU for the script.aculo.us and prototype.js libraries. I''m trying to integrate script.aculo.us into an existing pretty large Javascript codebase (see http://openrecord.org). I''m running into a problem with prototype.js and the existing codebase''s use of for/in loops over an Array. prototype.js defines Object.prototype.extend as a function. I believe this causes a problem when I do a "for/in" loop on an array e.g. var anArray =...
2005 Jul 12
0
Drag and drop questions
Hi, Thomas and David, thanks for updating script.aculo.us to be compatible with IE7 and other Javascript libraries. I successfully integrated the libraries with my project, OpenRecord. I have a few drag and drop questions: 1) For my drag and drop event, I would like to the drop to do an "add" if the option or alt key is pressed, and do a "move" otherwise. Can I get passed an "Event" for my onDrop() function to test if any of these meta key i...