📄 b35-2355376.zul
字号:
<?xml version="1.0" encoding="UTF-8"?><!--B35-2355376.zul{{IS_NOTE Purpose: Description: History: Fri Nov 28 18:43:18 2008, Created by jumperchen}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><zk>After this page display, if there is not Javascript error, that is correct.(IE only)<window title="IE Bug" border="normal" width="500px"> <window id="win" closable="true" minimizable="true" maximizable="true" border="normal" width="300px" onClose="self.visible=false; event.stopPropagation();"> <caption image="/img/inet.png" label="Hi there!"/> Auto-position (applicable if not embedded) <separator/> <button label="left,center" onClick="win.position = "left,center";"/> <button label="right,bottom" onClick="win.position = "right,bottom";"/> <button label="center" onClick="win.position = "center";"/> </window> <button label="Overlap" focus="true" onClick="win.doOverlapped();"/> <button label="Highligh" onClick="win.doHighlighed();"/> <button label="Modal" onClick="win.doModal();"/> <button label="Popup" onClick="win.doPopup();"/> <button label="Embed" onClick="win.doEmbedded();"/> <button label="Toggle Visible" onClick="win.visible = !win.visible"/> <html><![CDATA[ <select> <option>Option 1</option> <option>Option 2</option> <option>Option 3</option> </select> ]]></html> <separator bar="true"/> <window id="w2" border="normal" title="Overlapped" width="200px" mode="overlapped"> This is a overlapped window <groupbox mold="3d" height="100px"> <caption label="3d groupbox"/> Content of the groupbox </groupbox> <window id="w21" border="normal" title="Overlapped in Overlapped" width="200px" mode="overlapped"> ${w21.title} <window id="w211" border="normal" title="Popup in Overlapped in Overlapped" width="200px" visible="false"> ${w211.title} <window id="w2111" border="normal" title="Overlapped in Popup" width="200px" mode="overlapped"> ${w2111.title} </window> </window> <button label="Popup" onClick="w211.doPopup()"/> </window> <button label="Visible 1st of 2nd" onClick="w21.visible = !w21.visible"/> </window> <button label="Visible 2nd" onClick="w2.visible = !w2.visible"/></window></zk>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -