test-webawesome.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui-layout-def xmlns="http://quadarax.com/ui-layout-definition"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. version="1.6" schema-version="1.6" target-platform="web">
  5. <patterns>
  6. <pattern-include src="abstract-controls.xml" important="true"/>
  7. <pattern-include src="webawesome-controls.xml" important="true" platform="web"/>
  8. <wireframe name="wa-application-layout" type="base-layout" platform="web">
  9. <template>
  10. <Panel name="ctrl_001" x="0" y="0" width="1024" height="768">
  11. <Panel name="ctrl_002" x="0" y="0" width="1024" height="56"
  12. slot-name="nav-bar" slot-allowed-controls="any"/>
  13. <Panel name="ctrl_003" x="0" y="56" width="240" height="656"
  14. slot-name="sidebar" slot-allowed-controls="any"/>
  15. <Panel name="ctrl_004" x="240" y="56" width="784" height="656"
  16. slot-name="main-area" slot-allowed-controls="any" slot-required="true"/>
  17. </Panel>
  18. </template>
  19. </wireframe>
  20. </patterns>
  21. <window name="ContactForm" title="Contact Us" target-platform="web" wireframe="wa-application-layout">
  22. <slot-overrides>
  23. <slot name="nav-bar">
  24. <Label name="ctrl_010" x="16" y="12" width="200" height="32" text="MyApp"/>
  25. <wa-button name="ctrl_011" x="900" y="12" width="100" height="32" text="Login"/>
  26. </slot>
  27. <slot name="sidebar">
  28. <wa-button name="ctrl_012" x="8" y="8" width="224" height="36" text="Home"/>
  29. <wa-button name="ctrl_013" x="8" y="52" width="224" height="36" text="About"/>
  30. <wa-button name="ctrl_014" x="8" y="96" width="224" height="36" text="Contact"/>
  31. </slot>
  32. <slot name="main-area">
  33. <Label name="ctrl_020" x="16" y="16" width="300" height="28" text="Contact Us"/>
  34. <Label name="ctrl_021" x="16" y="60" width="80" height="24" text="Name:"/>
  35. <wa-input name="ctrl_022" x="100" y="56" width="400" height="32"/>
  36. <Label name="ctrl_023" x="16" y="108" width="80" height="24" text="Email:"/>
  37. <wa-input name="ctrl_024" x="100" y="104" width="400" height="32"/>
  38. <Label name="ctrl_025" x="16" y="156" width="80" height="24" text="Message:"/>
  39. <wa-textarea name="ctrl_026" x="100" y="152" width="400" height="120"/>
  40. <wa-button name="ctrl_027" x="100" y="288" width="120" height="36" text="Send"/>
  41. </slot>
  42. </slot-overrides>
  43. </window>
  44. </ui-layout-def>