- converted single-line to multi-line for better readability
- added closeOnEscape="true" attribute to have p:dialog closing press on ESC key
Signed-off-by: Roland Häder <roland@mxchange.org>
/>
<h:form id="exception-dialog-form">
- <p:dialog id="exceptionDialog" closable="true" closeOnEscape="true" header="Exception '#{pfExceptionHandler.type}' occured!" widgetVar="exceptionDialog"
- height="500px">
+ <p:dialog
+ id="exceptionDialog"
+ closable="true"
+ closeOnEscape="true"
+ header="Exception '#{pfExceptionHandler.type}' occured!"
+ widgetVar="exceptionDialog"
+ height="500px">
<div class="para">
<h:outputText value="#{msg.EXCEPTION_MESSAGE}:" />
<h:outputText value="#{pfExceptionHandler.message}" />
widgetVar="basicDataDialog"
position="top"
responsive="true"
+ closeOnEscape="true"
>
<p:outputPanel id="basic-data-details">
<p:panelGrid columns="2" rendered="#{not empty basicDataListController.selectedBasicData}">
widgetVar="branchOfficeDialog"
position="top"
responsive="true"
+ closeOnEscape="true"
>
<p:outputPanel id="branchOffice-details">
<p:tabView>