[mochikit] how to sending a Form node to server on mochi ?

2007-04-11 Thread b3d70
Hi mochiers Parts of our codes is send a form to our server, mainly we did it through dojo.io.bind, but actually I want to do it using mochi, so heres the parts of our code : var my_url = this.ajax_url+"ajax/ajax.specifications.php? task=aoi&aoiact=aoinew"; dojo.io.bind({ url : my_url,

[mochikit] Can it be more simple ?

2007-02-25 Thread b3d70
Hi all, I have this simple date comparison function, function checkdate() { a = $('exsupplier_date').value.split('/'); //its a dd/mm/ b = $('arrival_date').value.split('/');//its a dd/mm/ if ( compare(isoDate(a[2]+'-'+a[1]+'-'+a[0]),isoDate(b[2]+'-'+b[1]+'-'+b[0])) ! = 1 )

[mochikit] Re: Orphaned signals

2007-01-01 Thread b3d70
is it dangerous to delete DOM elements without disconnecting their associate signals ? cause I do this many times ... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send

[mochikit] Re: How to tackle this effect?

2006-11-27 Thread b3d70
would it be part of next version of mochikit distribution ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to mochikit@googlegroups.com To unsubscribe from this

[mochikit] Re: Dojo and MochiKit not playing nice

2006-10-29 Thread b3d70
hi mr.Matt, We've been use dojo and mochi quite well. Our dojo version is 3.1 and we used mochi from svn (packed version). I never used sortable function area, but for general things, like signal, DOM, XMLHTTPREQUEST, and visual effect is working fine for me. On every our page, we always call mo

[mochikit] is there a unique array function ?

2006-10-09 Thread b3d70
Hi Mr.Bob and friends, I wanna know, is there any function in mochikit which can check each value of an array and produce a new unique array ? Please, let me know. Thank you for your help regards abimanyu --~--~-~--~~~---~--~~ You received this message because y

[mochikit] Re: MochiKit support for OpenAjax?

2006-09-22 Thread b3d70
good good good --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to mochikit@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For mor

[mochikit] Re: How to make Mochikit and Dojo work together (*newbie asking)

2006-03-15 Thread b3d70
Thank you Mr.Bob It's work now. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "MochiKit" group. To post to this group, send email to mochikit@googlegroups.com To unsubscribe from this group, send email to [EMAIL

[mochikit] How to make Mochikit and Dojo work together (*newbie asking)

2006-03-15 Thread b3d70
r.loadDOC("<a rel="nofollow" href="http://localhost/ajax/ajax.grinqcns.php?task=search"">http://localhost/ajax/ajax.grinqcns.php?task=search"</a>;); }; //--> The things that I dont like from my code is I always have to mention the MochiKit.DOM

[mochikit] use mochikit with PHP

2006-01-26 Thread b3d70
dear all, does anyone can point me a good website/blog/sample which have a tutorial how to use mochikit with php language ? thank you for your help regards kang bedjo