Re: [Rails-spinoffs] Scriptaculous Problem

2006-06-12 Thread Bryce Fischer
go back to inline instead of block. So... yeah, there's nothing you can do about it. Greg > -Original Message- > From: [EMAIL PROTECTED] [mailto:rails-spinoffs- > [EMAIL PROTECTED] On Behalf Of Glenn Nilsson > Sent: Wednesday, June 07, 2006 3:47 PM > To: rails-spinof

RE: [Rails-spinoffs] Scriptaculous Problem

2006-06-07 Thread Gregory Hill
June 07, 2006 3:47 PM > To: rails-spinoffs@lists.rubyonrails.org > Subject: Re: [Rails-spinoffs] Scriptaculous Problem > > As the documentation > (http://wiki.script.aculo.us/scriptaculous/show/Effect.Appear) states: > > "Effect.Appear > > Make an element ap

Re: [Rails-spinoffs] Scriptaculous Problem

2006-06-07 Thread Glenn Nilsson
As the documentation (http://wiki.script.aculo.us/scriptaculous/show/Effect.Appear) states: "Effect.Appear Make an element appear. If the element was previously set to display:none; inside the style attribute of the element, the effect will automatically show the element. This means that it must

[Rails-spinoffs] Scriptaculous Problem

2006-06-07 Thread Bryce Fischer
The following works: Click to display My Div (style is inline) but the following does not: ... #mydiv { display: none; } Click to display

Re: [Rails-spinoffs] scriptaculous problem

2006-06-05 Thread Jessie
Of Jessie Sent: Monday, June 05, 2006 8:27 AM To: rails-spinoffs@lists.rubyonrails.org Subject: Re: [Rails-spinoffs] scriptaculous problem Yes - here is the header link to javascript directories - this is accurate;

Re: [Rails-spinoffs] scriptaculous problem

2006-06-05 Thread Jessie
- [EMAIL PROTECTED] On Behalf Of Jessie Sent: Monday, June 05, 2006 8:27 AM To: rails-spinoffs@lists.rubyonrails.org Subject: Re: [Rails-spinoffs] scriptaculous problem Yes - here is the header link to javascript directories - this is accurate;

RE: [Rails-spinoffs] scriptaculous problem

2006-06-05 Thread Gregory Hill
s.org > Subject: Re: [Rails-spinoffs] scriptaculous problem > > Yes - > > here is the header link to javascript directories - this is accurate; > > > type="text/javascript"> > type="text/javascript"> > >

RE: [Rails-spinoffs] scriptaculous problem

2006-06-05 Thread Marco M. Jaeger
I think this Click to toggle Should be like this: Click to toggle -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jessie Sent: Monday, June 05, 2006 4:27 PM To: rails-spinoffs@lists.rubyonrails.org Subject: Re: [Rails-spinoffs] scriptaculous problem

Re: [Rails-spinoffs] scriptaculous problem

2006-06-05 Thread Jessie
Yes - here is the header link to javascript directories - this is accurate; type="text/javascript"> type="text/javascript">

Re: [Rails-spinoffs] scriptaculous problem

would you be able to post the code you are trying? On 6/3/06, Jessie <[EMAIL PROTECTED]> wrote: I may be dense, but while attempting to implement effects using scriptaculous, the 'effects' or 'effect' is not recognized. I even pasted in code from the web site and received the same error. I've tr

[Rails-spinoffs] scriptaculous problem

I may be dense, but while attempting to implement effects using scriptaculous, the 'effects' or 'effect' is not recognized. I even pasted in code from the web site and received the same error. I've triple checked spelling other than the 'paste' and location ot the files as well as the script di