Displaying 2 results from an estimated 2 matches for "editor_field".
Did you mean:
edit_field
2007 Nov 15
4
Ajax.InPlaceEditor: controls.js update
...he autocompleter, I need to target an INPUT FIELD by ID.
However the generated INPUT field from the Ajax.InPlaceEditor did not
include this attribute in it''s form generation.
Between lines: 645-672 I had to add this line to the input field and
the textarea field:
textField.id = ''editor_field'';
With the above code, i was able to invoke the autocomplete function.
I''m not sure how to add this to an "enhancement" list (I tried at
script.aculo.us, but i got "forbidden").
So if someone can pass this along for me to the developers that would
be great....
2006 Sep 25
3
In place editing an empty field
I am trying to use the Scriptaculous InPlaceEditor and in some cases the
field will be empty. That is, the field currently has no value but the
user wants to enter a value.
The InPlaceEditor appears to not work in this case. Other identical
fields (except wit different ids and some value) do work.
I have tried using a nonbreaking space ( ), and this does cause the
editor to appear,