[Rails-spinoffs] using slidedown and slide up in a multiple level menu

2005-12-22 Thread Chad Henderson
can someone take a look at a menu I am trying to build using slideUp and slideDown.  I finally got it working in IE and now in Firefox,  it works fine on the first level,  but not on the submenus.  They just slide over the top of the divs that follow them.  Where am I going wong? http://mod.dr

RE: [Rails-spinoffs] Re: possible opera+prototype bug in evalscripts?

2005-12-22 Thread Rahul Bhargava
Duane,   This page explains it well I think.    http://www.mredkj.com/tutorials/reference_js_intro_ex.html   Plus it is just neat that it generates the rules when you load the page by setting up some vars and functions and trying to access them.   Rahul   From: [EMAIL PRO

Re: [Rails-spinoffs] Re: possible opera+prototype bug in evalscripts?

2005-12-22 Thread Duane Johnson
On Dec 19, 2005, at 11:00 AM, Rahul Bhargava wrote:Oh, but I think my suggestion of getting rid of “var” statements might have implications for the scope of certain variables in objects/methods… rahulRahul,I recently ran in to the same problem, and removed the 'var' prefixes to get my application t

RE: [Rails-spinoffs] Scriptaculous and Prototype based Rich Text Editor

2005-12-22 Thread Tom Fakes
I tried using Dojo's editor - 0.2.1 - and it crashes my Firefox every time! I'm currently integrating tinyMCE, and after 60 minutes of work, I almost have it working with my dynamic elements. tinyMCE is very large though, but very feature rich. One thing about the Silk icons - they are .png fil

RE: [Rails-spinoffs] Re: ajax - multiple updates on singlexmlhttprequest

2005-12-22 Thread Tom Fakes
>From looking at the Prototype code, it looks like any text in the 'X-JSON' header will be eval'd and passed as the second parameter to your onSuccess handler. Your handler function could then be (using all the power of Prototype): var handlerFunc = function(t, json) { // Update info container

RE: [Rails-spinoffs] Javascript Logging

2005-12-22 Thread Maninder, Singh
Tried that.   Keep getting an error in IE on line 1023    if (this.adjacency && this.element.insertAdjacentHTML) { -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of NicolasSent: Thursday, December 22, 2005 4:05 PMTo: rails-spinoffs@lists.ru

Re: [Rails-spinoffs] Javascript Logging

2005-12-22 Thread Nicolas
You may try to log your string after the creation of the div :     Logging Example   
     logger.info('test');
     On 12/22/05, Maninder, Singh <[EMAIL PROTECTED]> wrote: Hi Justin,1. What all files do we need to include to get this logger to work?2. What enhancements are you planning?

RE: [Rails-spinoffs] Javascript Logging

2005-12-22 Thread Maninder, Singh
Hi Justin, 1. What all files do we need to include to get this logger to work? 2. What enhancements are you planning? 3. Do you, in the future, plan on extending the class to log info to the server using xmlhttp? Following is the code I tried to use but it didn't work. Gives me a js error.

[Rails-spinoffs] Clone Sortable item

2005-12-22 Thread Olov Nilzén
Hi everyone!Firt excuse me for my crappy english, I hope you understand me! :)Since I just signed up on this list i don't have a clue how the word is on this list. As i understand this is THE mailinglist for Scriptaculous, correct? My question / request is: I have two sortable lists, one is an "arc

Re: [Rails-spinoffs] Re: ajax - multiple updates on single xmlhttprequest

2005-12-22 Thread Dirk Eschler
Am Mittwoch, 21. Dezember 2005 14:56 schrieb Marco M. Jaeger: > Is there a way to use xml or json somehow - if yes, how? has anybody done > this before? I've successfully used JSON. Here's a stripped down example: // --- // Handler function: is executed after successful A