Html"
From Documentation
m (→HTML) |
|||
Line 9: | Line 9: | ||
= Employment/Purpose = | = Employment/Purpose = | ||
− | + | The simplest way is to use a XUL component called <tt>html </tt>to embed whatever HTML tags you want to send directly to the browser. To avoid ZK from interpreting the HTML tags, you usually enclose them with <tt><![CDATA[ </tt>and <tt>]]></tt>. In other words, they are not the child component. Rather, they are stored in the <tt>content </tt>property. Notice you can use EL expressions in it. | |
= Example = | = Example = |
Revision as of 10:54, 27 April 2010
HTML
Employment/Purpose
The simplest way is to use a XUL component called html to embed whatever HTML tags you want to send directly to the browser. To avoid ZK from interpreting the HTML tags, you usually enclose them with <![CDATA[ and ]]>. In other words, they are not the child component. Rather, they are stored in the content property. Notice you can use EL expressions in it.
Example
Supported events
None | None |
Supported Children
*ALL
Use cases
Version | Description | Example Location |
---|---|---|
5.0+ |
Version History
Version | Date | Content |
---|---|---|
5.x.x | x/x/20xx | Initialization |