Embed ZK Component in Foreign Framework"

From Documentation
m
Line 5: Line 5:
  
 
<blockquote>
 
<blockquote>
---
+
----
Note: if it is OK for your developers to work on ZUL directly. it is more convenient to use the inclusion (such as &lt;jsp:include&gt;) or [http://www.zkoss.org/product/zkjsp.dsp ZK JSP Tags] since you don't have to wrap them into a native element.
+
Note: if it is OK for your developers to work on ZUL directly. it is more convenient and powerful to use the inclusion (such as &lt;jsp:include&gt;) or [http://www.zkoss.org/product/zkjsp.dsp ZK JSP Tags], and you don't have to wrap them into a native element.
 
</blockquote>
 
</blockquote>
  
Line 14: Line 14:
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-
| &nbsp;
+
| 5.0.5
| &nbsp;
+
| September 2010
| &nbsp;
+
| <javadoc>org.zkoss.zkplus.embed.Renders</javadoc> was introduced to simplify the making of a native element for a foreign framework.
 
|}
 
|}
  
 
{{ZKDevelopersReferencePageFooter}}
 
{{ZKDevelopersReferencePageFooter}}

Revision as of 02:54, 16 September 2010


Embed ZK Component in Foreign Framework


Employment/Purpose

Here describes how to embed ZK component(s) as a native element of a foreign framework. For example, how to embed ZK components as a native JSF component. It allows application developers to use the native element without knowing the existence of ZK.


Note: if it is OK for your developers to work on ZUL directly. it is more convenient and powerful to use the inclusion (such as <jsp:include>) or ZK JSP Tags, and you don't have to wrap them into a native element.

Version History

Version Date Content
5.0.5 September 2010 Renders was introduced to simplify the making of a native element for a foreign framework.



Last Update : 2010/09/16

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