similar to: Prototype.js with jsDoc-toolkit?

Displaying 20 results from an estimated 900 matches similar to: "Prototype.js with jsDoc-toolkit?"

2006 Apr 20
0
Javascript Documentation Generator
Does anyone know of a JSDoc tool that is - a) Good b) Understands the following way of declaring a function var temp = function() {} I found JSDoc to be very cool and I had all my code commented that way till I figured out that it doesn''t work with the above syntax. /** * @author Foo */ function temp() { } WORKS BUT /** *@author Foo */ var temp = function() { } DOES NOT WORK.
2009 May 22
1
Paste Strings as logical for functions?
Dear R Users, I have some dynamic selection rules that I want to pass around for my functions: >rules <- paste(g$TrialList==1 & g$Session==2) >myfunction <- function(rules) { > index <- which(rules) > anotherFunction(index) > } However, I can't find a way to pass around these selection rules easily (for subset, for which, etc) Please let me know if you have
2006 Feb 12
0
dragging and dropping with scriptaculous
i want to be able to drag divs and drop them onto other divs. i want the behavior to be as follows: if the draggable div is released too far away from one of the droppable divs, then it goes back to its original position. however, if it is sufficiently close to one of the droppable divs then it moves directly on top of that div and stays there. this is the way dojo works (with bugs). i just
2009 Feb 09
15
Mapstraction v2 architecture demo - work in progress
Hi guys, Been working on this over the past few evenings and, although it''s not actually working yet, I thought I''d give you a first glance. The core mapstraction stuff is about 1800 lines with the Google implementation code adding another 500. Original mapstraction is 5353 lines so we''re looking at 5800 for this version if you were to include all provider
2006 Feb 20
0
prototype.js Array.prototype.shift() method
I noticed that prototype.js defines a shift() method for the Array prototype. The base prototype already defines this method, is there a reason it is being redefined in prototype? Maybe certain browsers aren''t implementing the shift() method? If that''s the case, shouldn''t there also be an unshift()? :) Thanks! -Jeremy -- Jeremy Kitchen ++
2007 Sep 12
2
Prototype.js and Coremetrics eluminate.js issues
Hi, I am trying to use prototype.js on a JSP that also contains some javascript from Coremetrics (eluminate.js). Coremetrics is used for tracking marketing clicks. When I have both of these javascript imports on the page I get javascript errors in the eluminate.js file. I get javascript errors that say "Undeterminate string constant." It looks like the prototype.js file is somehow
2006 May 12
1
best list/forum for prototype.js?
Hi, Where is the best place in the net to discuss the prototype.js library? I have some questions that are purely prototype.js questions and unrelated to rails. Thanks, Peter
2006 Mar 01
1
prototype.js ajax w/ post - how to send ''+'' character
Hi, I am trying to send input from a form to do a live php boolean search. so an example search string is ''+neoflex +standard +output -green'' the problem is something is filtering the ''+'' and i can figure out to to send it. here is the html and js that i am using. <input type="text" id="prodid" onkeyup="autosearch(this)"
2006 Feb 10
0
Behaviour.js and prototype Event.observe
say I have some code like this: Behaviour.register({ ''#clickme'' : function(el) { Event.observe(el, ''click'', function(event) { alert("clickme was clicked"); }); } }); Behaviour.apply(); Behaviour.apply(); the element with the id of ''clickme'' will now have 3 onclick event observers. Is there a way to work around this? I
2006 Jan 22
0
Using prototype.js Documentation - UPDATED VERSION TO COVER 1.4.0
Hi Everyone, The most popular documentation on prototype.js now got even better. The earlier one was for version 1.3.0. Sergio Pereira has updated his documentation to cover prototype.js version 1.4.0. http://www.sergiopereira.com/articles/prototype.js.html <http://www.sergiopereira.com/articles/prototype.js.html> -Mandy. _______________________________________________
2005 Nov 15
1
prototype.js mousewheel event patch
Hi All. I made mousewheel event patch for prototype.js . http://rails2u.com/tmp/wheel_demo.html This wheelevent works WinIE & Firefox. If it is good, Would you adapt the patch I made? -gorou _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2005 Oct 03
0
Prototype.js Doc Update
Hi Guys, Just received an email from Sergio. He has updated his prototype.js documentation yesterday. Has added some stuff on the position object. http://www.sergiopereira.com/articles/prototype.js.html Thank you, Mandy.
2005 Sep 01
0
expert advice needed - prototype.js vs. x library
Hello, I''m looking for some expert advice since I''m quite a newbie when it comes to programming. I realized that a lot of people(programs) are using the prototype.js and honestly, I cannot see why. Right, prototype has some nice AJAX support but it is lacking a documentation. I recently came accross cross-browser.com and saw their xlibrary - to me it seems that xlibrary
2005 Aug 22
1
Docs for prototype.js
I just found this (by way of comp.lang.javascript), and article on the use of and reference for prototype.js. http://www.sergiopereira.com/articles/prototype.js.html I haven''t checked the details, but it looks pretty good. The author points out that it is un-official. Sam, if you''re reading this, is there a chance of giving it an official blessing? Michael -- Michael
2006 Feb 14
1
Firefox java script error in prototype.js
Hi, I am usign two selects, a master and a slave: <%= select("master", "id", @master) %> <div id="slave_id_list"> <%= select("slave", "id", @slave) %> </div> <%= observe_field("master[id]", :frequency => 0.25, :update => "slave_id_list", :url => {:action => :update_slave_select},
2005 Dec 19
2
prototype.js vs f-secyre
Hi all, I''m working on my first Rails (ver 1.0) examples. My problem is F-Secure virus protection software. It reported about "unknown virus" in prototype.js when I tried to creat (usin rails) new application. As result I got empty public/javascripts folder. Can anyone help with this problem? (I can disable real time protection on mine computer, but same problem will
2005 Dec 19
1
prototype.js vs f-secure
Hi all, I''m working on my first Rails (ver 1.0) examples. My problem is F-Secure virus protection software. It reported about "unknown virus" in prototype.js when I tried to creat (usin rails) new application. As result I got empty public/javascripts folder. Can anyone help with this problem? (I can disable real time protection on mine computer, but same problem will
2010 Aug 11
0
[PATCH] prototype rails.js fix for forms with multiple submit buttons
Hello, Please see my ticket at https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/5356 for a fix for supporting multiple submit buttons in forms using the prototype version of rails.js. The ticket goes into more detail. Please let me know of any changes, comments, etc. My javascript-fu is not as good as my ruby-fu. Thanks -- You received this message because you are
2007 Jul 17
0
Error when prototype.js is loaded
I have some javascript on my page which contains an array for a menu. Without protoype.js loaded, I don''t receive any js errors. However, once I load prototype.js, my code for my menu shows an error. This area was coded prior to implementing prototype.js, so it is not dependent on prototype, but other site functions will be. Here is the error that I get: invalid quantifier +);}); }
2007 Feb 11
0
prototype.js and vBulletin
I''m hoping this is the right place to ask this question. I''ve been hitting my head against the wall trying to incorporate prototype (and then scriptaculous) into vBulletin but am having some issues that I cannot resolve. Has anyone ever accomplished this task? I can post more details if anyone things they can help. Thanks.