Reference URL
http://books.zkoss.org/wiki/ZK_Style_Guide/XUL_Component_Specification/Window/Default_(embedded)
Zul File
Output
![image image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdDdcghm_7Q5TfrkSZ5alfnkKgEgiBBsOVXr4XVN5xJkQcA5QCcSiXs1IhhFoCMxN5JoWNFw56G5jCgL1qw6CwsHlGo_X2eAKjqexbByDjd3yGa5kUjBFVksBaWgDdqm8P5qVi5hy8ZWo3/?imgmax=800)
http://books.zkoss.org/wiki/ZK_Style_Guide/XUL_Component_Specification/Window/Default_(embedded)
Zul File
<?page title="Auto Generated index.zul"?>
<zk>
<style>
.z-window-embedded-tl,.z-window-embedded-tr,.z-window-embedded-hl,.z-window-embedded-hr,
.z-window-embedded-hm
{
background-image:none;
background-color:#94D3D3;
}
.z-window-embedded-cnt
{
border:1px
solid #7BADAD;
}
</style>
<window title="Hello World!!" border="normal" width="200px"
mode="embedded">
<label value="You are using: ${desktop.webApp.version}" />
</window>
</zk>
Output
0 comments:
Post a Comment