File: examples/4gl/ex_gridContainer.xml

Recommend this page to a friend!
  Classes of philippe thomassigny   WAJAF   examples/4gl/ex_gridContainer.xml   Download  
File: examples/4gl/ex_gridContainer.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WAJAF
Build single page applications
Author: By
Last change: Update of examples/4gl/ex_gridContainer.xml
Date: 2 years ago
Size: 493 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8" ?> <application id="ex_gridContainer"> <!-- Note important: the min-width of the container should be always: max field size + 480px (help size) --> <container type="gridContainer" id="mygrid" style="min-width: 700px;" height="max" width="max" haslistener="yes"> <zone type="column" size="300" field="key" title="Key"> </zone> <zone type="column" size="400" field="name" title="Name"> </zone> </container> </application>