ZK 5.0.7发布,及新特性
程序员文章站
2022-07-13 21:47:12
...
ZK 是一套以 AJAX/XUL/Java 为基础的网页应用程式开发框架,用于丰富网页应用程式的使用接口。最大的好处是,在设计AJAX网络应用程式时,轻松简便的操作就像设计桌面程式一样。 ZK包含了一个以AJAX为基础、事件驱动(event-driven)、高互动性的引擎,同时还提供了多样丰富、可重复使用的XUL与HTML组件,以 及以 XML 为基础的使用接口设计语言 ZK User-interfaces Markup Language (ZUML)。
- < window title = "${labels.app.title}" >
- ...
- </ window >
<window title="${labels.app.title}"> ... </window>
2)可指定多个文件
zk.xml配置
<system-config>
- < label-location > file:///labels/order.properties </ label-location >
- < label-location > file:///labels/invoice.properties </ label-location >
- </ system-config >
<label-location>file:///labels/order.properties</label-location> <label-location>file:///labels/invoice.properties</label-location> </system-config>
- < SPAN style = "FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: #000000; FONT-SIZE: 12px" > < datebox format = "short" /> </ SPAN >
<datebox format="short"/>
- < datebox format = "long" />
- < timebox format = "medium" />
- < datebox format = "long+medium" />
<datebox format="long"/> <timebox format="medium"/> <datebox format="long+medium"/>
<menuitem id="ok" label="OK" autodisable="self" />
8,默认禁止客户端smartUpdate,可以在zk.xml开启该功能
- < library-property >
- < name > org.zkoss.zk.ui.updateByClient.allowed </ name >
- < value > true </ value >
- </ library-property >
<library-property> <name>org.zkoss.zk.ui.updateByClient.allowed</name> <value>true</value> </library-property>
官方demo: http://www.zkoss.org/zkdemo/userguide
中文pdf版开发手册:http://sunflowers.iteye.com/blog/696986
文档资源 :http://docs.zkoss.org/wiki/Documentation
交流
中国区zk论坛:http://www.wlun.net/
zk群:25891428(热心活跃),88280491
JE圈子:http://zkoss.group.iteye.com/
上一篇: use【组件公共属性】
推荐阅读
-
HTML5自定义属性前缀data-及dataset的使用方法(html5 新特性)
-
Android Studio3.0新特性及安装图文教程
-
Python 3.8.0 正式版发布,新特性初体验
-
Win10 Build 17666新版发布 Win10 RS5 17666新特性汇总
-
ThinkPHP3.1新特性之动态设置自动完成及自动验证示例代码
-
详解Win10 Build 17692发布 7个新特性
-
PHP 7.4.0发布!一起看看有哪些新特性
-
HTML5 history新特性pushState、replaceState及两者的区别
-
VS Code 1.26 发布 有你想要的新特性?
-
12寸视网膜新MacBook Air及Apple Watch月底发布