[Proto-Scripty] Re: Prototype interferes Dojo's grid?

2009-03-31 Thread Tobie Langel
Does Dojo and/or the grid use for..in to loop through array elements? Honestly, I really doubt it. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send

[Proto-Scripty] Re: clonePosition - problem in IE and Opera

2009-03-31 Thread zero
ok, no respond so i solved it myself Event.observe(window, 'load', function() { var klon; $$('li').each(function(el){ Event.observe(el, 'mouseover', function(event) { klon = $('klon');

[Proto-Scripty] Ajax.InPlaceCollectionEditor

2009-03-31 Thread dougyitbos
Hey folks - I'm playing around with the Ajax.InPlaceCollectionEditor. Even found a very helpful demo at: http://www.java2s.com/Code/JavaScript/Ajax-Layer/DemooftheAjaxInPlaceCollectionEditor.htm But I have a question and the github wiki seems to be down. :) What I would like to do is: have a

[Proto-Scripty] Issue with Safari browser

2009-03-31 Thread NIHAR
I am facing an issue in Safari browser. The scenario is: On click of a link in my application, I am opening a pop-up whose html is loaded using AJAX. On the pop-up page, I am interacting with another application hosted on a different server. After the interaction is complete, on closing the

[Proto-Scripty] Mobile Ajax

2009-03-31 Thread Palastina Uber Alles
Hello, I have a question which could be a very beginner question, This is because I am a beginner, Can I use Prototype or script.aculo.us framework to build Mobile Applications, or I have to use a Mobile specific frameworks like Mojax or Frost.

[Proto-Scripty] Exclude part of a dradable element within sortable

2009-03-31 Thread David
I'm new ti this framework and i'm trying to have the top right part of a div tag to not start dragging. i have a div and in this div i have 2 images, the image i want to drad an reorder, an a little delete image that i put over the real image. i want to reorder the images (10 or more) but i

[Proto-Scripty] Re: Ajax.InPlaceCollectionEditor

2009-03-31 Thread Walter Lee Davis
The Autocompleter has this great system where you use a span.informal around the stuff you want the visitor to see, but not to be entered in the field. I wonder if there's something equivalent in this control. If not, perhaps a look at the source for Autocompleter would give you some

[Proto-Scripty] Re: Trying to develop something new

2009-03-31 Thread Richard Quadling
2009/3/30 kangax kan...@gmail.com: On Mar 30, 5:54 am, T.J. Crowder t...@crowdersoftware.com wrote: Hi, All tests pass here in Chrome with RC1. Chrome 1 or Chrome 2? Both. [...] -- kangax Including the browser resize ones? How did you get them to pass? -- - Richard

[Proto-Scripty] Re: Mobile Ajax

2009-03-31 Thread Walter Lee Davis
You can use PS for this, but it's not optimum. I did this before I knew better, and while it works pretty well (I'm using Ajax forms and in-page updates) there is a mighty lag while the pages load, probably because I've exceeded one or more limits in the MobileSafari browser's cache. My