RE: [Rails-spinoffs] spinner not working inside a table with IE 6

2006-02-18 Thread Joe Hudson
Title: spinner not working inside a table with IE 6 I’m sorry if I sent this message more than once.  I was having with my email and wasn’t sure if I sent it because I never received.  I just saw a response to this so I know I at least sent twice.  Very sorry for the spam.  Thanks very much

[Rails-spinoffs] spinner not working inside a table with IE 6

2006-02-18 Thread Joe Hudson
Title: spinner not working inside a table with IE 6 Hello, I’m trying to use the slider inside a table and am having problems.  I’m wondering if anybody can help or, if it just isn’t possible for some reason.  The following 2 samples contain same code (1 inside and 1 inside ).  The div one w

Re: [Rails-spinoffs] window.onresize event using Behaviour.js ?

2006-02-18 Thread Jeremy Kitchen
On Friday 17 February 2006 12:04, Alex Duffield wrote: > Does any one know how to register a window.onresize event using > Behaviour.js > > I tryed > > var myrules = { > 'window' : function(el){ > el.onresize = function(){ > alert("Window Resized") >

RE: [Rails-spinoffs] slider not working in a table for IE 6

2006-02-18 Thread Maninder, Singh
Hello Joe, This infact is a strange IE6 bug. This I think is related to the DOM implementation in IE. Coming to the solution - Just move the script tag outside the table and it will start working. IE6 doesn't like script tags within table. Hope this helps! Thank you, Mandy.

Re: [Rails-spinoffs] Sorting Multiple Arrays

2006-02-18 Thread Martin Bialasinski
On 2/17/06, Jason Hummel <[EMAIL PROTECTED]> wrote: > So for instance if I wanted to sort on > myObject.data.line[2] the object would rearrange itself to look like: Thant would be myObject.data = myObject.data.sortBy( function(v){ return v.line[2] }); Bye, Martin __

[Rails-spinoffs] Move element into view

2006-02-18 Thread Martin Bialasinski
Hello, I am in fly-by mode as I am still more than busy, so I just dumb this one out for anyone interested. Adapt it for your needs if you like it. This effect is similar to ScrollTo, but scrolls the viewport vertically the minimal amount necessary to bring the element into view. Usage: new Eff

[Rails-spinoffs] Updated: window dialog script

2006-02-18 Thread Marco M. Jaeger
Dialog script has been update. A demo can be seen here: http://net4visions.com/dev/dialog/dialog.htm .Please see changelog for changes.  The dialog script can be downloaded from here:http://www.net4visions.com/dev/downloads/dialog.zip         ___

[Rails-spinoffs] slider not working in a table for IE 6

2006-02-18 Thread Joe Hudson
Title: slider not working in a table for IE 6 Hello, I’m trying to use the slider inside a table and am having problems.  I’m wondering if anybody can help or, if it just isn’t possible for some reason.  The following 2 entries are the exact same code (1 inside and 1 inside ).  The div one w

Re: [Rails-spinoffs] Sortable Tree Addition [PATCH]

2006-02-18 Thread Nicolas Terray
On 2/17/06, Sammi Williams <[EMAIL PROTECTED]> wrote: > The only actual file you need to update is dragdrop.js > > It should be backwards compatible with your current version, but I haven't > tested this on browsers other than Safari and Mozilla. > > Remember this patch will hopefully be integrated

[Rails-spinoffs] inPlaceEditor formatted XML

2006-02-18 Thread Ivo Toby
Hi List! I was just wondering. I'm cooking up a all-in-one-publishing system based on XML/XSL-translations. Without going into that in detail; i'd like to ask; is there any way that the InPlaceEditor is able to display XSL-translated XML on the fly? If not, where to start to build such ? Is the i

RE: [Rails-spinoffs] Add new lists to existing sortables container

2006-02-18 Thread Duncan Austin
Hi Ryan,   You're right, the entire menu should generally be loaded upfront, but for the CMS I need to be able to create a new sub menu if the admin wants one, which means that there will be a new list that wasn't there when the page loaded. I could of course reload the page but I want it to be