[mochikit] Fwd: [mochikit] scrollable table

2006-08-14 Thread troels knak-nielsen
It's pretty basic - you just call scrollTable() with a table element as argument. You can't use it on an element that hasn't been inserted to the dom tree, since it uses the parentNode to switch things around a bit (Your table is actually split into two tables). Here's a working sample, just for

[mochikit] API reference in one file

2006-08-14 Thread Arnar Birgisson
Hi there, I constantly find myself looking up signatures of functions when writing mochikit-based javascript. The fact that each module is documented in a different page makes this a little cumbersome. With some DOM extraction, I took the API reference section of each module and dumped in a

[mochikit] drag and drop, rubberband/resize/stretch example, cleanup question.

2006-08-14 Thread ericwaldheim
Here's another small drag and drop example. Since it creates the Draggable on-the-fly, it also needs to clean-up the Draggable on-the-fly, even if updateDrag does not get called and thus the endeffect does not get called. So it connects to mouseup even without an active draggable. Is there a

[mochikit] Re: API reference in one file

2006-08-14 Thread Jorge Godoy
Arnar Birgisson [EMAIL PROTECTED] writes: With some DOM extraction, I took the API reference section of each module and dumped in a single HTML file (see attachment). The process There was no attachment... Even though it is readable at the web interface the mailing list strips them when

[mochikit] Re: API reference in one file

2006-08-14 Thread Arnar Birgisson
On 8/14/06, Jorge Godoy [EMAIL PROTECTED] wrote: Arnar Birgisson [EMAIL PROTECTED] writes: There was no attachment... Even though it is readable at the web interface the mailing list strips them when sending emails. Yeah.. no, it was just me stripped of brain-activity. I forgot to attach it.