search for: dylangreene

Displaying 3 results from an estimated 3 matches for "dylangreene".

2006 Feb 13
3
moofx - scriptaculous
I was wondering whether somebody could point me to some documentation on how I would convert a moofx class to scriptaculous. Please see this very basic class: fx.ScrollThumbs = Class.create(); fx.ScrollThumbs.prototype = Object.extend(new fx.Base(), { initialize: function(el, options) { this.el = $(el);
2005 Dec 02
1
script.aculo.us site mostly down
...an invalid response from an upstream server. ---------------------------------------------------------------------------- ---- Apache/2.0.52 (Gentoo/Linux) mod_fastcgi/2.4.2 mod_ssl/2.0.52 OpenSSL/0.9.7e DAV/2 SVN/1.1.3 PHP/4.3.10 Server at wiki.script.aculo.us Port 80 -- Dylan Greene http://www.DylanGreene.com
2005 Oct 17
7
Ajax.MultiUpdater ?
Hi, I''m using prototype within ruby on rails. One limitation I''d like to overcome is the restriction of beeing able to update just one html elements content using from_remote_tag or link_to_remote. AFAICS this is just a restriction of the form_remote_tag/link_to_remote implementation and it''s underlying Ajax.Updater class. Right? In theorie there should be no problem,