Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

WidgetKommentarAussehenXML Definition
Ausgabeformat Auswahl des Ausgabeformates (PDF, CSV, HTML, XLS ...)  Image Added
<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"/>