Direct Title
Any text can be used as a title
Header
With value binding
Booking
Title via Label Engine
Booking
Fallback (from DE to EN)
JeeBookingXX:
Missing Entry
Bookings
Title via Label Engine
Bookings
Fallback (from DE to EN)
JeeBooking:xx
Missing entry
A (optional) link attribute generates a Hyperlink of the title.
Demo Attributesuffix
A suffix after the translation
Demo Attributeb93136a0-f0fd-434d-85f5-df3de4a8ded0
A suffix (value binding) after the translationb93136a0-f0fd-434d-85f5-df3de4a8ded0

Header

If a <p:blockUI> is used in the actions-facet of the <p:panel> for a <j:svg>, then it needs to be defined like this:

<j:svg id="svgCopyLink" type="jeeslSave" .../>

<p:blockUI trigger=":fBrief:svgCopyLink:link" block=":grid"/>

<p:panel styleClass="jeesl-panel">
	<f:facet name="header"><j:pHeader title="Direct Title"/></f:facet>
	<j:inputGrid>
		<p:outputLabel value="title"/>
		<h:outputText id="panel-header-title" value="Any text can be used as a title"/>
	</j:inputGrid>
</p:panel>
<p:panel styleClass="jeesl-panel">
	<f:facet name="header"><j:pHeader title="#{outputPanelHeaderBean.security.view.name[localeCode].lang}"/></f:facet>
	<j:inputGrid>
		<p:outputLabel value="title"/>
		<h:outputText id="panel-header-title-binding" value="With value binding"/>
	</j:inputGrid>
</p:panel>