display

The display control provides the user a non-editable view of a plain string content or a formatted HTML content.

  • Extends basecontrol
  • 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>

    Attributes

    • data-istext {Boolean}
      A string containing either text or html as value. If the value is html, the content of the display control is rendered as formatted HTML.
    • data-juci {String}
      A string with value display.