Editor for inline-editing text of components where the "model" is
just an attribute on a component. For example, the JSF "HtmlOutputText"
component has the text stored in the "value" attribute; when you inline
edit the rendered text from the output text you are really editing
a DOM element attribute.
For now this is only for JSF components.
author: Tor Norbye