« Return to Thread: AJAX: getting a label to act like its field

Re: AJAX: getting a label to act like its field

by Frederick Cheung-2 :: Rate this Message:

Reply to Author | View in Thread




On Jul 9, 2:56 pm, jhaagmans <jaap.haagm...@...> wrote:

> Hi,
>
> I have a check_box and on activating it, I want an extra field to show
> up.
>
> I thought I'd do this by calling a remote_function called "toggle"
> in :onchange. In toggle.rjs, I'd do something like page.toggle and
> have the visibility toggled. I'm not sure whether it works: I haven't
> tried it yet. What I did try was setting up a form with a hidden field
> (by default the check_box isn't ticked, so the field should be
> hidden), but the field label is still there. Is there a way to do this
> so I can toggle both the field and the label?
>
> Any other suggestions to do this (without page.toggle maybe?) are very
> welcome as well.
>
Call page.toggle twice - once on the label, once on the field ?

Fred
> Thank you.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@...
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

 « Return to Thread: AJAX: getting a label to act like its field