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

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

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

<!--
    Document   : TestInitialValues.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" 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" variable="SelectEnum" component="select" value="0" 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" variable="SelectQuery" component="select" value="1" 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" variable="SuggestValue" component="suggest" value="1" 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_SUGGEST" id="ComponentSuggestCheckInitial" variable="SuggestCheckInitial" value="1" component="suggest" server-action="data" check-target="TestComponentInitialSuggestValue" check-empty="true" style="col-xs-6 col-sm-3 col-lg-2"/>
        <criteria label="PARAMETER_TEXT" id="ComponentTextValue" variable="InitialLoadValue" component="text" initial-load="value" target-action="TestComponentInitialLoadValue" check-empty="true" style="col-xs-6 col-sm-3 col-lg-2"/>
        <criteria label="PARAMETER_TEXT" id="ComponentTextStaticValue" variable="StaticValue" component="text" value="prueba" check-empty="true" style="col-xs-6 col-sm-3 col-lg-2"/>
        <criteria label="PARAMETER_TEXT" id="ComponentTextStaticSessionValue" variable="SessionValue" component="text" session="user" style="col-xs-6 col-sm-3 col-lg-2"/>
        <criteria label="PARAMETER_TEXT" id="ComponentTextStaticPropertyValue" variable="PropertyValue" component="text" property="module.app" 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