It can handle raw text or HTML code.
Here are some key features of "InPlaceEditor":
Configurable settings:
· property - (string, optional) element property to edit. possible values are text and html. default to text
· element - (string, optional) editor HTML tag. possible values as input, textarea. default to textarea
· toColor - (string, optional) when the mouse enter the element, change its background color to this value
· fColor - (string, optional) when the mouse leave the element, change its background color to this value
· newLine - (boolean, optional) insert a new line between the editor and cancel/save buttons
· properties - (object, optional) editor properties. for example for textarea, you may want to set the number of rows, cols, etc.
· validate - (function, optional) function that validates user input, return true if the input is valid.
Requirements:
· JavaScript enabled on client side
· MooTools 1.3.1 or higher