display
The display control provides the user a non-editable view of a plain string content or a formatted HTML content.
Syntax
<div data-juci="display" data-bind="ref: 'Not bound with data'"></div>
<div data-juci="display" data-label="With default value" data-value="Init data!"></div>
<div data-juci="display" data-bind="ref: text" data-label="With a label and bound with data"></div>