inWriter is a small JavaScript class that makes inline editing of textfields possible with a very simple coding.

JavaScript Textfield Edit

How to use?

  • Just execute the inwriter_init function, passing the ID off the field you want to edit and the name of the function to call after the editing has been completed.
  • The called function receives two parameters:
    1. ID of the tag
    2. new value
  • That’s all!