search for: external_control

Displaying 3 results from an estimated 3 matches for "external_control".

2006 Mar 22
9
Setting empty fields with in_place_editor_field
Hi all! Playing around with in_place_editor_field, I found that when you set a field to be empty, you can''t edit it at all anymore after that. Am I doing something wrong or is this the way it is intended to be? If so, is there any way around that behaviour? Is it just styling? Best regards, Raphael -- Posted via http://www.ruby-forum.com/.
2006 Mar 25
0
in_place_collection_editor
...ancel link. (default: "cancel") + # <tt>:save_text</tt>:: The text on the save link. (default: "ok") + # <tt>:loading_text</tt>:: The text to display when submitting to the server (default: "Saving...") + # <tt>:external_control</tt>:: The id of an external control used to enter edit mode. + # <tt>:load_text_url</tt>:: URL where initial value of editor (content) is retrieved. + # <tt>:options</tt>:: Pass through options to the AJAX call (see prototype''s Ajax.U...
2006 Aug 02
2
Passing Ajax.InPlaceEditor options
I''ve followed the instructions in the Rails Recipe #1 and have the in_place_editor_field working but now I want to tweak how it looks and behaves. I''d like to be able to override the default yellow highlight color, which is done using the highlightcolor param according to the scriptaculous documentation (unless I''m missing something). I''m new to Ruby and Rails