All Downloads are FREE. Search and download functionalities are using the official Maven repository.

application.app.screen.TestInitialLoad.xml Maven / Gradle / Ivy

There is a newer version: 0.0.13
Show newest version
<?xml version="1.0" encoding="UTF-8"?>

<!--
    Document   : TestInitialLoad.xml
    Created on : 20 de Marzo de 2012
    Author     : Pablo GARCIA
    Description: Button Test Screen
-->
<screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://aweframework.gitlab.io/awe/docs/schemas/screen.xsd" target="TestScreenTarget" template="window" label="SCREEN_TITLE_BUTTON_TEST" help="HELP_SCREEN_TITLE_BUTTON_TEST">
  <tag source="buttons">
  </tag>
  <tag source="center" expandible="vertical">
    <window id="WinDat" label="SCREEN_TEXT_DATA" maximize="true">
      <tag type="div" style="panel-body">
        <criteria label="PARAMETER_SELECT" id="ComponentSelectEnum" component="select" initial-load="enum" target-action="Es1Es0" optional="true" check-empty="true" style="col-xs-6 col-sm-3 col-lg-2" />
        <criteria label="PARAMETER_SELECT" id="ComponentSelectQuery" component="select" initial-load="query" target-action="TestComponentInitialLoadQuery" optional="true" check-empty="true" style="col-xs-6 col-sm-3 col-lg-2" />
        <criteria label="PARAMETER_SUGGEST" id="ComponentSuggestValue" component="suggest" initial-load="value" server-action="data" target-action="TestComponentInitialLoadValue" check-empty="true" style="col-xs-6 col-sm-3 col-lg-2"/>
        <criteria label="PARAMETER_TEXT" id="ComponentTextValue" component="text" initial-load="value" target-action="TestComponentInitialLoadValue" check-empty="true" style="col-xs-6 col-sm-3 col-lg-2"/>
      </tag>
    </window>
  </tag>
  <tag source="modal"></tag>
</screen>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy