search for: herrerodani

Displaying 5 results from an estimated 5 matches for "herrerodani".

2006 Mar 28
1
prototype $A()
Thank you Ryah! With your answer I have been able to integrate Behaviour into a Prototype class. Thank you again!! Now I have a question related to prototype. It doesn´t transform single elements to an array? I have this code: var element = $("idDiv"); var array = $A(element); alert(array.length); the output is 0; with this one: var elements = $("idDiv", "idDiv2");
2006 Mar 24
5
problems with ".this"
Hello I´m making a class using prototype''s class.create(), like this: var onewClass = Class.create(); onewClass.prototype = { initialize : function(array) { this.variable = "fooo"; this.array = array; }, function1 : function() { this.array.each(function(element){ alert(element);
2006 Mar 16
1
script.aculo.us in xsl
Hello, first of all, sorry for my English, I´m a Spanish student and I´m having some problems with script.aculo.us. These are the following: I have a XML file like this: <?xml version="1.0" encoding="iso-8859-1"?> <?xml-stylesheet type="text/xsl" href="barraNav.xsl"?> <barraNav> <boton>
2006 Jun 11
0
Re: Re: Re: File upload (Jim Geurts) (Danial Tzadeh)
Sorry for the delay, the fileuploader demo is now available for download at http://212.145.207.60/demofileuploader.rar. I wish you like it and tell me how to improve it. _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 Apr 05
4
problem with drag and drop
Hello, I''m creating an application wich can be seen at http://158.227.7.9/serious_serv/prueba_xml_test(31-3)/interfElemen/integMenuContextFileUpl.htm The instructions for working with it are the following: with rigth-click you can click "Añadir una imagen" to load an image into the page, then you can drag and drop it in the box with "aqui van las imagenes" into it.