Core Methods

From Documentation
Revision as of 10:29, 15 November 2010 by Tomyeh (talk | contribs) (Created page with '{{ZUMLReferencePageHeader}} In this section we describe the EL functions defined in the built-in TLD called <nowiki>http://www.zkoss.org/dsp/web/core</nowiki>. For example, <s…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In this section we describe the EL functions defined in the built-in TLD called http://www.zkoss.org/dsp/web/core.

For example,

<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>

<window title="${c:l('app.title')}">
 ...
</window>

EL functions in this TLD file are described in the following subsections.




Last Update : 2010/11/15

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