• I'm a popup
			<jp:sbPopup icon="jeeslCheckbox"
						tooltip="Opens a popup displaying text"
						header="I'm a popup">
				<label>Shiny!</label>
			</jp:sbPopup>

Popup

This component will add a button to the status bar, which will open an informative popup.

  • It must be added within <ui:define name="statusBar">...</ui:define>
  • It accepts an optional listener
  • It allows a tooltip, icon and a header attribute. The latter will be displayed as the popup's title.
  • Any child element inside the <jp:sbPopup>...</jp:sbPopup> will be displayed as the popup's content