customize.jsp

来自「zk与jsp技术的整合。可以在jsp页面里面使用zk的组件。」· JSP 代码 · 共 22 行

JSP
22
字号
<%@ page language="java" contentType="text/html; charset=UTF-8"    pageEncoding="UTF-8"%><%@ taglib uri="http://www.zkoss.org/jsp/zul" prefix="z" %><z:component name="mywin" class="org.zkoss.jspdemo.MyWindow2" extends="window" border="normal"/><z:component name="username" inline="true" macroURI="/username.zul"/> <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body>	<z:page id="includee"><z:window title="There?" width="600px"/><z:ui tag="mywin" id="win" title="Customized Window" width="500px">    <z:button label="change name" onClick='win.setTitle("I am here!")'/>    <z:ui tag="username" who="Bill Gates"/></z:ui>	</z:page></body></html>

⌨️ 快捷键说明

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