Skip to content

Instantly share code, notes, and snippets.

@senthilmuthiah
Created January 31, 2013 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save senthilmuthiah/4683200 to your computer and use it in GitHub Desktop.
Save senthilmuthiah/4683200 to your computer and use it in GitHub Desktop.
ParentWindow.zul
<?page title="Parent Window" contentType="text/html;charset=UTF-8"?>
<zk>
<window title="Parent Window" border="normal">
<label value="First Name"></label>
<separator></separator>
<textbox></textbox>
<separator></separator>
<label value="Last Name"></label>
<separator></separator>
<textbox></textbox>
<separator></separator>
<button label="Show Window"></button>
</window>
</zk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment