search for: suneeta

Displaying 2 results from an estimated 2 matches for "suneeta".

2008 Mar 05
7
Display result without reloading page
...;'next'' link to view the next page, the entire page get reloaded and return to ''Details'' tab which is selected by default. I just want to display the next page in the ''status'' tab without reloading. How can i do this? Please help. Thanks in advance Suneeta -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gman...
2008 Jun 16
1
changing the style of in_place_editor_field
Hi... I''m using in_place_editor_field. I want to change the default style of in_place_editor_field. I need to apply another style for the label, the yellow and white highlighting color. I tried <%= in_place_editor_field :ci_class, :name, {:id => @ci_class.id}, {:highlightcolor => "#FF0000"} %> But this is not working. Please help me to change its style. --