b30-1760140.zul
来自「ZK是一个Ajax Java Web框架」· ZUL 代码 · 共 37 行
ZUL
37 行
<?xml version="1.0" encoding="UTF-8"?><!--B30-1760140.zul{{IS_NOTE Purpose: Description: History: Wed Feb 13 11:13:15 TST 2008, Created by jumperchen}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><zk xmlns:n="http://www.zkoss.org/2005/zk/native"> <n:p>I've tested and discover a bug in the comboitems when the combobox isplaced inside an overlapped window.When you drag the overlapped window within your screen with the items ofthe combobox shown, these items remains in the same place instead of movingwith the window.</n:p> <window id="win" mode="overlapped" border="normal" width="350px" sizable="true"> <caption label="Hi there!"/> <combobox> <comboitem label="Simple and Rich"/> <comboitem label="Cool!"/> <comboitem label="Thumbs Up!"/> </combobox></window></zk>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?