ZK 5.0.7发布,及新特性

ZK 是一套以 AJAX/XUL/Java 为基础的网页应用程式开发框架,用于丰富网页应用程式的使用接口。最大的好处是,在设计AJAX网络应用程式时,轻松简便的操作就像设计桌面程式一样。 ZK包含了一个以AJAX为基础、事件驱动(event-driven)、高互动性的引擎,同时还提供了多样丰富、可重复使用的XUL与HTML组件,以 及以 XML 为基础的使用接口设计语言 ZK User-interfaces Markup Language (ZUML)。







Xml代码 复制代码   收藏代码
  1. < window   title = "${labels.app.title}" >   
  2. ...   
  3. </ window >   
<window title="${labels.app.title}">
...
</window>
 
    2)可指定多个文件  zk.xml配置
<system-config>
Xml代码 复制代码   收藏代码
  1.      < label-location > file:///labels/order.properties </ label-location >   
  2.      < label-location > file:///labels/invoice.properties </ label-location >   
  3. </ system-config >   
    <label-location>file:///labels/order.properties</label-location>
    <label-location>file:///labels/invoice.properties</label-location>
</system-config>
 


Xml代码 复制代码   收藏代码
  1. < SPAN   style = "FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; COLOR: #000000; FONT-SIZE: 12px" > < datebox   format = "short" /> </ SPAN >   
<datebox format="short"/>
Xml代码 复制代码   收藏代码
  1. < datebox   format = "long" />   
  2. < timebox   format = "medium" />   
  3. < 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开启该功能

Xml代码 复制代码   收藏代码
  1. < library-property >   
  2.      < name > org.zkoss.zk.ui.updateByClient.allowed </ name >   
  3.          < value > true </ value >   
  4. </ 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/
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值