📄 z35-portallayout-0001.zul
字号:
<?xml version="1.0" encoding="UTF-8"?>
<!--
Z35-protal-0001.zul
{{IS_NOTE
Purpose:
Description:
History:
Tue May 6 09:29:59 TST 2008, Created by DennisChen
}}IS_NOTE
Copyright (C) 2008 Potix Corporation. All Rights Reserved.
{{IS_RIGHT
}}IS_RIGHT
-->
<window title="Grid with Group feature" border="normal">
<html><![CDATA[
Test Protal base Functionativity
1.
]]></html>
<zscript><![CDATA[//@IMPORT
]]>
<![CDATA[//@DECLARATION
]]>
<![CDATA[
]]></zscript>
<portallayout>
<portalchildren width="50%">
<panel height="80px" title="Listbox 1 with menu">
<panelchildren>
<include src="Z35-portallayout-comp.zul?menu1=true"/>
<include src="Z35-portallayout-comp.zul?listbox1=true"/>
</panelchildren>
</panel>
<panel height="200px" title="Listbox2">
<panelchildren>
<include src="Z35-portallayout-comp.zul?listbox2=true"/>
</panelchildren>
</panel>
<panel height="150px" title="Tree">
<panelchildren>
<include src="Z35-portallayout-comp.zul?tree1=true"/>
</panelchildren>
</panel>
</portalchildren>
<portalchildren width="30%">
<panel height="150px" title="Tabbox">
<panelchildren>
<include src="Z35-portallayout-comp.zul?tabbox1=true"/>
</panelchildren>
</panel>
<panel height="250px" title="Groupbox">
<panelchildren>
<include src="Z35-portallayout-comp.zul?groupbox1=true"/>
<include src="Z35-portallayout-comp.zul?groupbox1=true"/>
</panelchildren>
</panel>
</portalchildren>
<portalchildren width="20%">
<panel height="350px" title="Label/Image">
<panelchildren>
<include src="Z35-portallayout-comp.zul?images1=true"/>
</panelchildren>
</panel>
</portalchildren>
</portallayout>
</window>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -