dilbfan <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Hi, > is it possible to easily reorder table rows and columns by using drag > and drop/cut and paste?
DOM operations make re-ordering table rows pretty easy. Here's some sample, open source, code: http://surfmind.com/lab/table_reorder.cfm It doesn't do drag and drop or cut and paste, though yes, this would be easy. The application for which this was designed works in IE and Moz. Once you get into key listeners and event watchers, the code would have to be forked to deal with IE's impoverished and non-standard event model. hth, AE _______________________________________________ mozilla-editor mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-editor
