You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

 

 

 

WidgetKommentarAussehenXML Definition
Ausgabeformat Auswahl des Ausgabeformates (PDF, CSV, HTML, XLS ...)  
<ice:outputText value="#{messages['StatisticsReports.execute.ReportFormat']} :"/>
<ice:selectOneMenu id="reportFormat" value="#{statisticsReportsBean.reportParams['ReportFormat']}" required="true" styleClass="em20d7" partialSubmit="true" valueChangeListener="#{statisticsReportsBean.processValueChangeReportFormat}">
<f:selectItems value="#{statisticsReportsBean.selectItemsReportFormats}"/>
</ice:selectOneMenu>
<ice:message for="ReportFormat"/>
    
  • No labels