Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.13 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--{
  3.  "grid": "RegularGrid,20",
  4.  "showGrid": true,
  5.  "snapToGrid": true,
  6.  "snapToObject": true,
  7.  "movingGuides": false,
  8.  "snappingDistance": 10,
  9.  "paperWidth": 624,
  10.  "paperHeight": 462
  11. }-->
  12. <VerticalLayout caption="" height="100.0%" margin="true" spacing="true"
  13.  width="100.0%" xmlns="urn:import:com.vaadin.ui" xmlns:l="urn:vaadin:parent">
  14.   <Label caption="" l:componentAlignment="TOP_LEFT" l:expandRatio="0.0"
  15.    styleName="h1" value="Personnel Form" width="-1.0px"/>
  16.   <TextField caption="First Name" l:componentAlignment="TOP_LEFT"
  17.    l:expandRatio="0.0" width="100.0%"/>
  18.   <TextField caption="Last Name" l:componentAlignment="TOP_LEFT"
  19.    l:expandRatio="0.0" width="100.0%"/>
  20.   <HorizontalLayout height="100.0%" l:componentAlignment="BOTTOM_RIGHT"
  21.    l:expandRatio="0.0" margin="true" spacing="true"
  22.    xmlns="urn:import:com.vaadin.ui" xmlns:l="urn:vaadin:parent">
  23.     <Button caption="Reset" l:componentAlignment="BOTTOM_RIGHT" l:expandRatio="0.0"/>
  24.     <Button caption="Submit " l:componentAlignment="BOTTOM_RIGHT" l:expandRatio="0.0"/>
  25.   </HorizontalLayout>
  26. </VerticalLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement