Groups
Groups
Sign in
Groups
Groups
webwheel
Conversations
About
Send feedback
Help
Version 0.7 In Progress
1 view
Skip to first unread message
kobe
unread,
Nov 18, 2007, 8:44:05 PM
11/18/07
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to webwheel
作者已开始着手设计webwheel 0.7版本,主要的改变如下:
1、重新整理命名空间和类,以更友好的提供模板引擎的使用接口。
2、页面组件将针对整个标签,而不是标签内容,也就是在描述符中output和componentLocal、componentRef将成为平级关
系。
3、支持集合页面组件在模板中连续重复出现,最终支取其一,如在模板中出现新闻列表:
0.6的情况(只能定义一行):
<table>
<tr><td>新闻名称</td><td>作者</td></tr>
</table>
0.7的情况(可以定义多行):
<table>
<tr><td>新闻名称</td><td>作者</td></tr>
<tr><td>新闻名称</td><td>作者</td></tr>
<tr><td>新闻名称</td><td>作者</td></tr>
</table>
4、标签定位器增加对标签内容的匹配,如content="作者"。
待续。。。
Reply all
Reply to author
Forward
0 new messages