JARCH SHOWCASE
JARCH SHOWCASE
DialogFilterSearch dialogFilterSearch is a implementation search filter into dialog.
<html xmlns="http://www.w3.org/1999/xhtml"
	xmlns:a="http://jarch.com/jsf/ui"
	xmlns:e="http://jarch.com/jsf/ui/extension">
	<a:form>
        <a:panelGrid columns="1">
            <e:commandLinkSearch label="Show" onclick="PF('filtroPesquisa').show();"/>
        </a:panelGrid>

        <e:dialogFilterSearch header="Title Filter"
                              widgetVar="filtroPesquisa"
                              width="410px"
                              onclickSearch="PF('filtroPesquisa').hide()">

            <a:panelGrid columns="2">
                <h:panelGroup>
                    <h:outputText value="From Date"/>
                    <br/>
                    <a:calendar/>
                </h:panelGroup>
                <h:panelGroup>
                    <h:outputText value="To Date"/>
                    <br/>
                    <a:calendar/>
                </h:panelGroup>
            </a:panelGrid>
        </e:dialogFilterSearch>
	</a:form>
</html>

                
JARCH, Copyright © 2022 All rights reserved. Running JARCH 24.3.0-SNAPSHOT on PrimeFaces-12.0.0 on Mojarra-2.3.13.