search for: rebholz

Displaying 6 results from an estimated 6 matches for "rebholz".

2006 Apr 05
6
Help with new EventSelectors in prototype
Hello, I can''t seem get to work the newly inctroduced EventSelectors of protoype. I downloaded the latest release via SVN. And included both prototype and scriptaculous. This is a short extract of my test: <body> <div id="footer">This is a footer</div> <script type="text/javascript"> var Rules = { ''#footer:loaded'':
2007 Nov 16
2
Reseting a select box
Hello, is there a way to reset a select box to it''s default value? Or do I habe to use update() on the select box to empty it and then add all the options again? TIA, Alex --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to
2008 Jan 14
13
prototype/script.aculo.us ecosystem
Recently errtheblog (http://errtheblog.com/) put up a nice post about jQuery. Putting aside all the assertions about cleaner code and fewer lines of code than with Prototype, the one thing that struck me from his (and others'') writing and from direct inspection is this: jQuery seems to have a more of an ecosystem surrounding it. That is, more plugins, widgets, locked-and-loaded
2006 May 04
0
liquid positioning of draggabels
Hi, is there a way to keep the positioning of draggables "liquid" after dragging them. See this link for an example: http://www.suss.com/dragtest/index.htm If you just open the page and increase/decrease the size (e.g. STRG+ mouse wheeling) both boxes keep their relative position. But as soon as you drag the red box, it''s position is fixed and only the size of the box changes
2006 May 22
0
horizontal, multi-level fly-out menu
Hello everyone, Did anyone of you ever create a horizontal javascript menu useing prototype (maybe plus scriptaculous). I am looking for a multilevel flyout menu. I saw that the Yahoo UI Library offers library controls for menus http://developer.yahoo.com/yui/menu/ but I would rather like to use prototype. TIA, Alex _______________________________________________ Rails-spinoffs mailing list
2006 Mar 11
0
Draggabales with EM instead of PX
Hello, I want to have a layout which is resizable by the user. So I am useing em for widths, heights, etc of the elements. However if I resize the screen (via browser) the draggables do not change their position according to the resizeing. Is it possible to do that? TIA, Alex -- Posted via http://www.ruby-forum.com/.