[mochikit] Controls.js patched up to work

2007-02-13 Thread GHUM
some time ago I detected the Mochi-ized Autocompleter within MochiKit.svn. I learned from the mailinglist that it was there by accident... As I needed an Autocompleter, I scratched my itch and made it work. The main changes where: 1) MochiKit.Position.clone(element, update, {setHeight:

[mochikit] Re: Browse the Web faster than Internet explorer and Its free

2007-02-13 Thread troels knak-nielsen
STOP THINKING Don't waste Time Now that's an add with some serious attitude! -- troels --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups MochiKit group. To post to this group, send email to

[mochikit] Re: removeElement

2007-02-13 Thread Johnny Blonde
Of course you are right, and this case could easily be done by something like var removeElements = function () { return map(removeElement, flattenArguments(arguments)); }; but there are a lot of convenience and higher-level functions for things to be done within some lines of code, so why not

[mochikit] Re: [offtopic] Re: Browse the Web faster than Internet explorer and Its free

2007-02-13 Thread Arnar Birgisson
On 2/13/07, Jorge Godoy [EMAIL PROTECTED] wrote: troels knak-nielsen [EMAIL PROTECTED] writes: STOP THINKING Don't waste Time Now that's an add with some serious attitude! The most interesting part is that a lot of people already do that daily. Specially in front of TV... :-D Yeah,

[mochikit] createDOM function: first element needs to be created twice?

2007-02-13 Thread felix . d
Hello, I have a question concerning the createDOM function. I tried to create a table row and insert it into an existing table. I'm wondering about two things: a) The first new element (here: TR) has to be created twice, otherwise it won't get rendered in HTML. b) Each new element contains an

[mochikit] Re: Two Quick Questions about sortable_tables examples....

2007-02-13 Thread drbigfresh
Thanks Arnar. That got rid of the error message. I'm still working on the non sorting column thing...I will post the code if I get it figured out. -Scott. On Feb 12, 11:15 am, Arnar Birgisson [EMAIL PROTECTED] wrote: Hi there Dr. Big Fresh (I assume that's not your real name), On 2/12/07,