[Proto-Scripty] Re: Extending the Array object

2010-06-04 Thread 0m4r
I did click report as spam by mistake, please don't mark this as spam! :) On Jun 3, 6:07 pm, 0m4r omar.adob...@gmail.com wrote: I am trying to get this code to work, but, no luck till now: == var myArray = Class.create(Array, {  initialize: function($super, obj){    for(var i=0;

[Proto-Scripty] Re: Prototype 1.7 and ExtJS 3.2.1

2010-06-04 Thread gnaegi
So far I haven't found issues with Prototype 1.7 (RC2) and ExtJS 3.2.1. The only incompatibility is the pollDoScroll() method that needs to be modified in order to work flawlessly because ExtJS overrides the defer() method from prototype. Are there any opened issue with 1.7 RC2? When can we

[Proto-Scripty] Ajax.request with enctype:multipart/form-data

2010-06-04 Thread jon...@gmail.com
hello I want to send a form with the enctype as multipart/form-data using the prototype ajax.request how can I do it? -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send email to

[Proto-Scripty] Re: Wrong accept header with Ajax.Request

2010-06-04 Thread T.J. Crowder
Hi, On Jun 3, 8:47 pm, rdavila ruben.grung...@gmail.com wrote: Hi, I've a weird problem, I'm using Rails 3 with prototype 1.6.1 and I want to send my form via Ajax, when I set the :remote = true option in the form generator all works fine(It's handled by rails.js), but If I want to customize

[Proto-Scripty] Re: prototype(js) docs

2010-06-04 Thread Lemmi
I like both versions. But I think the new API can be much faster when you want to find specific informations. Apart from that the new API is up-to-date. (For example: http://api.prototypejs.org/dom/element/on/) On 3 Jun., 18:51, Miguel Beltran R. yourpa...@gmail.com wrote: 2010/6/2 davidenke

Re: [Proto-Scripty] Ajax.request with enctype:multipart/form-data

2010-06-04 Thread Peter De Berdt
On 04 Jun 2010, at 00:57, jon...@gmail.com wrote: I want to send a form with the enctype as multipart/form-data using the prototype ajax.request how can I do it? If you want file upload using Ajax, google for AJAX file upload. You basically can't do it due to Javascript security and have

[Proto-Scripty] Re: Extending the Array object

2010-06-04 Thread Lemmi
What do you want to do with your code? I don't understand it? I think you misunderstand the idea of Prototypes $super argument in a class. Look to the following: http://prototypejs.org/learn/class-inheritance Which version of prototype do you? On 4 Jun., 08:43, 0m4r omar.adob...@gmail.com wrote:

Re: [Proto-Scripty] Re: Extending the Array object

2010-06-04 Thread Omar Adobati
My idea is to create a new object that extends the Array object... I have read that link already, and, yes, probably I am a bit confused could you help to shade some light? On Fri, Jun 4, 2010 at 11:58, Lemmi l...@vipixel.de wrote: What do you want to do with your code? I don't understand

Re: [Proto-Scripty] Lightbox-style Progress Indicator

2010-06-04 Thread Miguel Beltran R.
2010/6/4 Jelks jelks.caban...@gmail.com Hoping not to reinvent the wheel, I am looking for a simple Prototype- based progress indicator. I'd like to display One moment please ... with an animated GIF in something lightbox-like (but no Close button) in the center of the screen. It should

Re: [Proto-Scripty] Lightbox-style Progress Indicator

2010-06-04 Thread Walter Lee Davis
Make a layer in your HTML: div id=cover style=display:none/div Use your favorite CSS to position it in the viewport: #cover{ position:fixed; z-index:1000; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.5) url(spinner.gif) no-repeat center center; }

[Proto-Scripty] Does Prototype conflict with the native javascript object prototype?

2010-06-04 Thread Charley Walter
Thanks in advance. -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send email to prototype-scriptacul...@googlegroups.com. To unsubscribe from this group, send email to

[Proto-Scripty] disable right click

2010-06-04 Thread ankit.it09
How to disable right click in a web page using prototype , i mean is there any method. Thanks Ankit -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send email to prototype-scriptacul...@googlegroups.com. To