infopanel

infopanel widget creates a information panel with a title, content and footer button.

  • Extends Observable
  • Syntax

    <div data-juci="infopanel" data-title="Info" onbuttonclick="$m.toast('Info panel OK!')">
    	<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
    </div>

    Attributes

    • data-title {String}
      A string containing the title of the infopanel.
    • data-juci {String}
      A string with value infopanel.

    Events

    • buttonclick()
      Fires when the button in the infopanel is clicked.