search for: railspin

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

2005 Oct 28
6
InPlaceEditor: XHTML validation
It''s not a critical bug by any means, but shouldn''t InPlaceEditor put DIV tags around the INPUT field? From what I can tell on the W3C validator, INPUT has to be in a block-level tag for XHTML. Of course, there are probably a zillion other things that wouldn''t validate, but every little step helps... Corollary question: Anyone know how to see what contexts a tag
2005 Oct 25
24
InPlaceEditor scrolls to top in Firefox?
When I click an InPlaceEditor field in Firefox 1.0.7, the page scrolls up to the top. That''s disconcerting, and often ends up with the editable field out of the viewable pane. I can duplicate this on both Mac and PC. Is there a way to prevent this? Even the demo at http://wiki.script.aculo.us/scriptaculous/show/Ajax.InPlaceEditor does this. Jay Levitt
2005 Oct 31
0
Automatically creating handlers for scriptaculous events
I created a simple Ajax checkbox control that I plan to contribute to scriptaculous (people seem to ask now and then), and it occurred to me that the really nice way to do it would be to provide the controller action as well - the developer could call something like <%= remote_check_box (''checkbox-id'') %> and we''d automatically update