search for: oi3hzjvnyws

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

2009 Jul 24
5
padawan seeks advice from jedi masters to create toggle box via ajax/rjs before slitting wrists with ruby powered light-saber.
I AM TRYING TO MAKE A DAMN TOGGLE BOX, BUT USING MY OWN GRAPHIC AND HAVING THE MOUSECLICK TRIGGER BOTH SWITCHING THE GRAPHIC (via AJAX) AND SAVING THE STATE IN THE DATABASE. I GOT IT ALL WORKING WITH NORMAL HTML GET CALLS TO THE SERVER, BUT I NEED IT TO BE AJAXIFIED SO THAT THE PAGE DOESN''T RELOAD. AND TO COMPLICATE MATTERS, IT HAS TO WORK IN A TABLE WITH AN ARBITRARY NUMBER OF ENTRIES,
2005 Dec 28
1
Model from DB generator
Hello all, Does a generator exist to generate the ActiveRecord model from the database? I wouldn''t mind if it generated parent-child relations always as has_many - belongs_to. The scenario in my case is a database of about 180 legacy tables, with a pattern that the foreign keys use (<parent table name>_OID). These I''d like to wrap in the model as easily as
2007 Feb 06
0
sortable + ie6 : background tends to disappear
hi all, i use sortables in a project, and it seems to have the following issue in IE6: while and after dragging the background pictures vanish... a simplified demo can be found here: http://files.caillou.ch/script.aculo.us/ i searched in the group, but couldn''t seem to find a solution. does anyone have a suggestion? greetz ... caillou
2007 Feb 23
0
clean 'marquee / ticker' in js
hi list, i''m in desperate need of a clean js marquee script... the best i came across was [1] or [2]. before going and trying to write it myself, i thought i''d ask here if s.o. here wrote s.th. similar, that is much cleaner... uses prototype.js ect...? greetz ... pierre [1] http://digitalhymn.com/argilla/ascroller/ [2] http://www.dynamicdrive.com/dynamicindex2/cmarquee.htm
2007 Mar 13
0
Ajax.Autocompleter with paging
hi, i''d like to create an Ajax.Autocompleter with paging... my basic idea is to use the afterUpdateElement to check if the selected item has a attribute telling it to make a new ajax call... my problem is, that i have no clue how to trigger the getUpdatedChoices of my ajax.autocompleter from within the afterUpdateElement function, nor how to set an