终於可以在不取得元件的方法下
从不同spaceOwner取得值了
[img]http://dl.iteye.com/upload/picture/pic/70044/1f7ce075-f79d-3c2d-8717-0e5150b053dc.png[/img]
从不同spaceOwner取得值了
[img]http://dl.iteye.com/upload/picture/pic/70044/1f7ce075-f79d-3c2d-8717-0e5150b053dc.png[/img]
<zk>
<window id="main" title="This is win1" border="normal" width="200px">
<custom-attributes scope="desktop" shared="${main.title}" />
<label value="win1 area" />
</window>
<window id="main2" title="This is win2" border="normal" width="200px">
这里本来抓不到win1的东西
但是却抓到了 Title
<label value="${main.title}" />
</window>
</zk>