JARCH SHOWCASE
JARCH SHOWCASE
Dashboard Dashboard is a layout component featuring dragdrop based content reordering similar to portal environments.
Sports
Sports Content
Finance
Finance Content
Lifestyle
Lifestyle Content
Weather
Weather Content
Politics
Politics Content
<div style="height:500px">
    <a:form>
        <a:growl id="msgs" showDetail="true" />

        <a:dashboard id="board" model="#{dashboardView.model}">
            <a:ajax event="reorder" listener="#{dashboardView.handleReorder}" update="msgs" />

            <a:panel id="sports" header="Sports">
                <h:outputText value="Sports Content" />
            </a:panel>

            <a:panel id="finance" header="Finance">
                <h:outputText value="Finance Content" />
            </a:panel>

            <a:panel id="lifestyle" header="Lifestyle">
                <h:outputText value="Lifestyle Content"  />
            </a:panel>

            <a:panel id="weather" header="Weather">
                <h:outputText value="Weather Content" />
            </a:panel>

            <a:panel id="politics" header="Politics">
                <h:outputText value="Politics Content" />
            </a:panel>
        </a:dashboard>

        <div style="clear:both" />
    </a:form>
</div>
                
JARCH, Copyright © 2022 All rights reserved. Running JARCH 24.3.0-SNAPSHOT on PrimeFaces-12.0.0 on Mojarra-2.3.13.