Hi everybody,
I'm currently using your x:panelLayout-Component to structure my Sites. Now I
want to implement some special buttons, for example a "supersize"-button
which renderes the same jsf-site without the navigation element or a
"print"-button which renderes the same site without navigation- and
header-elements. But how (and where) can I influence the layout of your
x:panelLayout-Component?
<x:panelLayout
id="page"
layout="#{userOptions.layout}"
styleClass="pageLayout" headerClass="pageHeader"
navigationClass="pageNavigation" bodyClass="pageBody"
footerClass="pageFooter">
Greetings,
Hendrik