b35-2075768.zul

来自「ZK是一个Ajax Java Web框架」· ZUL 代码 · 共 42 行

ZUL
42
字号
<?xml version="1.0" encoding="UTF-8"?><!--B35-2075768.zul{{IS_NOTE	Purpose:			Description:			History:		Wed Aug 27 18:41:58 TST 2008, Created by jumperchen}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><zk><borderlayout id="b" height="300px"><west maxsize="600" size="30%" flex="true" border="0" id="west"><div style="background:#E6D92C"><label value="30%"style="color:white;font-size:50px" /></div></west><center id="c"><label value="Here is a border"style="color:gray;font-size:30px" /></center><east size="30%" flex="true" border="0" collapsible="true"><div style="background:#B8D335"><label value="30%"style="color:white;font-size:50px" /></div></east></borderlayout><button label="border/nonborder(West)" onClick='if ("normal".equals(west.border)) west.setBorder("none"); else west.setBorder("normal");'/>Please click the button to see that the result is expectable.</zk>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?