When using the in_place_editor_field function, I cant ue the option to remove the ok_button or cancel link. I have look around and couldnt find anything... i have tried many code combos and luck luck. anyone has managed to remove that darn OK button? Thanks! -- 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.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
I don''t know if this will actually work, I''ve only used in_place_editor_field once, but have you tried hiding it through the css? form.inplaceeditor-form input[type="submit"] display: none; } Worth a try... --~--~---------~--~----~------------~-------~--~----~ 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.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
Hi, your idea kinda work but its more a workaround than anything else (but THANKS!). How can I select the ''cancel'' link? I have tried the selector cancel, a, a href and nothing worked... Thanks again. I am still looking for someone to explain the <normal> use of the command too! idleFingers wrote:> I don''t know if this will actually work, I''ve only used > in_place_editor_field once, but have you tried hiding it through the > css? > > form.inplaceeditor-form input[type="submit"] > display: none; > } > > Worth a try...-- 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.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
I believe attribute selectors aren''t recognised in MS IE 6.0, therefore the style won''t be applied. Regards, Serdar http://weblog.kilic.net/ On 27/08/2006, at 8:58 PM, idleFingers wrote:> form.inplaceeditor-form input[type="submit"] > display: none; > }
Other than the CSS hack, anyone has a solution? I cant count how many hours I have spent on this and I cant believe that I am the first person to tried it! -- 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.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---