File: examples/4gl/ex_containerlab.xml

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

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8" ?> <application id="ex_containerlab"> <container type="separatorContainer" height="max" auto="no"> <zone size="150"> <element type="htmlElement"><![CDATA[ The lab permits you to create a container and test all the standard container methods. <b>UNDER CONSTRUCTION</b> ]]></element> <element type="buttonElement">Button 1 <event type="click"> <code><![CDATA[ function() { alert('Button 1'); } ]]></code> </event> </element> <element type="buttonElement">Button 2 <event type="click"> <code><![CDATA[ function() { alert('Button 1'); } ]]></code> </event> </element> <element type="buttonElement">Button 3 <event type="click"> <code><![CDATA[ function() { alert('Button 1'); } ]]></code> </event> </element> </zone> <zone id="lab" size="*"> </zone> </container> </application>