f30-1854857.zul

来自「ZK是一个Ajax Java Web框架」· ZUL 代码 · 共 32 行

ZUL
32
字号
<?xml version="1.0" encoding="UTF-8"?><!--F30-1854857.zul{{IS_NOTE	Purpose:			Description:			History:		Wed Jan 16 16:41:07 TST 2008, Created by gracelin}}IS_NOTECopyright (C) 2008 Potix Corporation. All Rights Reserved.{{IS_RIGHT}}IS_RIGHT--><zk xmlns:n="http://www.zkoss.org/2005/zk/native"><n:h2>[ 1854857 ] A way to specify a range for datebox's constraint</n:h2>	<n:ol>		<n:li>just check the calendar can only be selecting a data on the assigned range.</n:li>                <n:li>calendar in different browser will be different if your don't set browser language to English.</n:li>	</n:ol><window title="title" border="normal">	between 20071203~20071225 : <datebox constraint="between 20071225 and 20071203"/><separator/>        before 20071225 : <datebox constraint="before 20071225"/><separator/>	after 20071203 : <datebox constraint="after 20071203"/><separator/></window></zk>

⌨️ 快捷键说明

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