application.app.screen.ChrTstZomBar.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- Document : ChrTst.xml Created on : 12 de Julio de 2013 Author : Pablo GARCIA Description: Chart Test Screen --> <screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://aweframework.gitlab.io/awe/docs/schemas/screen.xsd" template="window" label="SCREEN_TITLE_CHART_TEST" help="HELP_SCREEN_TITLE_CHART_TEST"> <tag source="buttons"> <button button-type="button" label="BUTTON_BACK" icon="arrow-circle-left" id="ButBck" help="HELP_BACK_BUTTON"> <button-action type="back" /> </button> </tag> <tag source="center"> <tag type="div" style="expand expandable_vertical"> <window style="expand" label="SCREEN_TEXT_BAR_CHART"> <!-- <widget type="div" style="expand" name="ChrBarTst" component="barchart" server-action="data" target-action="TstChrThrDatSrcZom" max="20" autoload="true"> <widget_parameter name="stackSeries" type="boolean" value="true"/> <widget_parameter name="showLegend" type="boolean" value="true"/> <widget_parameter name="typeAxisX" align="left" value="string"/> <widget_parameter name="labelsLegend" type="array"> <widget_parameter type="label" value="SCREEN_TEXT_CHART_SERIE_1"/> </widget_parameter> </widget> --> </window> </tag> </tag> </screen>