Displaying 2 results from an estimated 2 matches for "loony2nz".
2007 Nov 15
4
Ajax.InPlaceEditor: controls.js update
I''m not sure if this is a bug or not, but I had to patch controls.js
file to accommodate the idea that I had planned.
I had to combine Ajax.InplaceEditor and AutoCompleter for a "tagging"
feature at my office.
With the 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
2007 Jan 10
0
Ajax.InPlaceEditor Create Form question
I''ve successfully combined Ajax.Inplaceeditor with another autocomplete
javascript.
However, I''m trying to alter the form that is created.
Is there a way to prevent the autocompletion feature when typing in the
form?
I tried messing with the controls.js file:
textField.obj = this;
textField.type = "text";
textField.name = "value";
textField.id =