inputEx - UneditableField Usage
UneditableField with HTML string
To format the value of the field with an html string, use the formatValue function (schould return a string):
UneditableField with DOM rendering
To render the value of the field with a DOM element (to add a behaviour), use the formatDom function (schould return a dom element):