ZATS ConnectAsIncluded"

From Documentation
Line 4: Line 4:
  
 
= Connect as Included =
 
= Connect as Included =
 +
 +
ZK provides the <javadoc>org.zkoss.zul.Include</javadoc> component allows us to include or reuse ZUL page or others.<ref>For more details, please refer to [[ZK_Developer%27s_Reference/UI_Composing/ZUML/Include]] and [[ZK_Component_Reference/Essential_Components/Include]]</ref>
 +
 +
 +
'''Notes'''
 +
<references/>
 +
 +
 +
== Including with Defer Mode ==
 +
There is no different between testing a normal ZUL or testing a included ZUL directly. We can just use the normal <tt>Client.connect(String url)</tt> method to connect ZUL.
  
  
 
{{ZATSEssentialsPageHeader}}
 
{{ZATSEssentialsPageHeader}}
 
{{ZATSEssentialsPageFooter}}
 
{{ZATSEssentialsPageFooter}}

Revision as of 03:22, 5 July 2012

aowang



Since 1.1.0

Connect as Included

ZK provides the Include component allows us to include or reuse ZUL page or others.[1]


Notes


Including with Defer Mode

There is no different between testing a normal ZUL or testing a included ZUL directly. We can just use the normal Client.connect(String url) method to connect ZUL.


aowang




Last Update : 2012/07/05

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.