[Proto-Scripty] drag and drop from one table to another table.

2009-06-24 Thread Nivash Ramachandran
working after creating Draggable object. System info: 1. scriptaculous.js v1.8.2 2. IE 7 3. Vista by Nivash Ramachandran India. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us&q

[Proto-Scripty] Re: drag and drop from one table to another table.

2009-06-24 Thread Nivash Ramachandran
ld(tblBody); $("divAdjustmentPanel").appendChild(tbl); new Draggable('myr1'); new Draggable('myr2'); Waiting for row from table1.. On Jun 24, 3:44 pm, david wrote: > Hi

[Proto-Scripty] Re: drag and drop from one table to another table.

2009-06-24 Thread Nivash Ramachandran
ample? > > > Rick > > > On Wed, Jun 24, 2009 at 3:29 AM, Nivash Ramachandran > > wrote: > > >> Hi all, > > >> I am using scriptaculous drag functionality in table tr element. Now I > >> am facing the following issues. I can drag a row from o

[Proto-Scripty] Re: drag and drop from one table to another table.

2009-06-25 Thread Nivash Ramachandran
I Fixed the issue number 2. It was because I set position relative to alone, not to element . But the invisible issue still exists (issue 1) On Jun 24, 10:03 pm, Nivash Ramachandran wrote: > It's okay Rick .. > > On Jun 24, 9:59 pm, Rick Waldron wrote: > > > > &g

[Proto-Scripty] Re: drag and drop from one table to another table.

2009-06-25 Thread Nivash Ramachandran
yr2',{ > >         starteffect:function(){}, > >         endeffect:function(){} > > > }); > > > -- > > david > > > On 25 juin, 13:38, Nivash Ramachandran wrote: > > > > I Fixed the issue number 2. It was because I set  posit