📄 b30-1498895.zul
字号:
<?xml version="1.0" encoding="UTF-8"?><!--B30-1498895.zul{{IS_NOTE Purpose: Description: History: Tue Feb 12 19:06:41 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>When you finish the file upload task, the focus shall stay on the "Upload" button.</n:p><window title="fileupload demo" border="normal"> <button label="Upload"> <attribute name="onClick">{ Object media = Fileupload.get(); if (media instanceof org.zkoss.image.Image) { Image image = new Image(); image.setContent(media); image.setParent(pics); } else if (media != null) Messagebox.show("Not an image: "+media, "Error", Messagebox.OK, Messagebox.ERROR); }</attribute> </button> <vbox id="pics"/> <textbox id="box1" /> </window></zk>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -