[mochikit] Re: Calling the rounding function after the page has loaded

2006-12-13 Thread Bob Ippolito
The problem would probably be tracked down and fixed faster if you provided a full, runnable, example that simply reproduces the problem. -bob On 12/13/06, Andrew [EMAIL PROTECTED] wrote: I had to put try and error catching in _createCornerSlice: function to get IE 6 stopping because of an

[mochikit] How unpacked version of MochiKit loads DragAndDrop.js

2006-12-13 Thread kapouer
I just checked out from svn... I use mochikit in my html page, including the small MochiKit.js. I do use Draggable, without any problem. I wonder where in the MochiKit.js code the DragAndDrop.js file is loaded ? There are no mentions of it anywhere ! How ? Black magic ?

[mochikit] Getting states of radiobuttons

2006-12-13 Thread Noufal
Hello everyone, I've just been trying out Mochikit and I must say that it's really made life very easy. I have a small question. It's probably because of my lack of experience with Javascript but here goes anyway. I have a small set of radiobuttons (sharing the same name). I want to be

[mochikit] Re: Getting states of radiobuttons

2006-12-13 Thread Arnar Birgisson
Maybe not the best way, but this works for me: html head script type=text/javascript src=mochikit-svn/MochiKit/MochiKit.js/script /head body div id=radios input type=radio name=test value=1 /1br / input type=radio name=test value=2 /2br / input type=radio

[mochikit] Re: How unpacked version of MochiKit loads DragAndDrop.js

2006-12-13 Thread Diez B. Roggisch
kapouer schrieb: I just checked out from svn... I use mochikit in my html page, including the small MochiKit.js. I do use Draggable, without any problem. I wonder where in the MochiKit.js code the DragAndDrop.js file is loaded ? There are no mentions of it anywhere ! How ? Black magic ?