[Proto-Scripty] Re: IE 8 compatibility issue with prototype 1.6 version

2009-08-12 Thread rai.ashis
i have same problem here but i am using IE7. The error message is same as karamjit. On Tue, Aug 11, 2009 at 9:23 AM, John Harris GM wrote: > > On 8/10/2009 4:02 PM, karamjit wrote: > > Hi All, > > > > I am using the prototype version 1.6 framework with lightview api. I > > having issue with I

[Proto-Scripty] Re: Adding a input box

2009-05-14 Thread rai.ashis
Hi, you can try other way to insert like $('uiElements').insert(""); it's the simple way as you are writing the code in js file so you can try this one. You can try scriptaculous builder.js also. Here is the link http://wiki.github.com/madrobby/scriptaculous/builder Thanks On Thu, May

[Proto-Scripty] Re: Check element class against array

2009-05-13 Thread rai.ashis
Hi, i think you can you can use which will return either true or false depending upon. I think this one works. Thanks On Thu, May 14, 2009 at 12:19 AM, louis w wrote: > > I have an array containing a number of strings. I would like to > continue exucuting my script only if an item has ANY/AL

[Proto-Scripty] Re: Setting the value of a list

2009-05-13 Thread rai.ashis
Hi jason, try this => $("selectList").childElements()[index].selected=true this will sets the value for your element. I hope this will work. Thanks Ashis On Tue, May 12, 2009 at 8:40 PM, Jason wrote: > > Hello, > > I'm not sure if this is an IE problem or a Prototype problem. > > I am tryi

[Proto-Scripty] Re: Draggable with Sortable

2009-04-05 Thread rai.ashis
Yeah the containment can be use to do so but as you have told the whole element is replaced and i don't want to do that. I just want to make draggable element that can be droppable on sortable list where ever i wish to drop it in any position of the list index. If you have any idea that will be h