Re: [Rails-spinoffs] SlideDown/SlideUp question

2005-12-04 Thread Eric Maupin
All you really need to do is store a variable of the id that is currently open so that you can close only that. For example, for Slashdot:{   new Effect.SlideUp(currentlyOpen);   new Effect.SlideDown('slashdot');    currentlyOpen = 'slashdot';}Something along those lines. Though I don't really see

[Rails-spinoffs] Scriptaculous conflict with TinyMCE

2005-12-04 Thread Bill Moseley
I'm using TinyMCE[1], a popular javascript WYSIWYG html editor. The editor fails to work when I load Scriptaculous before it -- well depending on the browser. I can make my application load the javascript in a different order, but just in case it's an issue in scriptaculous I thought I'd report.

[Rails-spinoffs] Multi-level drag and drop in scriptaculous?

2005-12-04 Thread Douglas Forrest
I am trying to create a screen like Google's personalized home pages or start.com, i.e., with draggable sections, with the extra feature that the child items under the parent headings could be dragged and dropped from one parent heading to another. I have set up nested droppable sortables (dr

[Rails-spinoffs] Adding sortables dynamically

2005-12-04 Thread victor jalencas
Hi all, is there a way to define the containment option for a sortable so that it is a class name instead of an id list? I have a case very similar to the sortable lists demo, the only difference is that I'm adding new list containers dinamically, so either I need to redo the Sortable.create cal

[Rails-spinoffs] Javascript Logging

2005-12-04 Thread Maninder, Singh
Hello Everyone, Just wanted to find out if scriptaculous has a patch for a error logging class? Currently, I have found 2 javascript logging scripts (outside of scriptaculous). Lumberjack: http://gleepglop.com/javascripts/logger/ log4js: http://jroller.com/page/stritti?entry=logging_in_javascrip