org.zkoss.zk.ui.WebApp.name"
From Documentation
(Created page with "{{ZKConfigurationReferencePageHeader}} ''Preference:''' org.zkoss.zk.ui.WebApp.name Default: <tt>ZK</tt> [since 5.0.6] It specifies the application name. It is the return v...") |
m |
||
Line 1: | Line 1: | ||
{{ZKConfigurationReferencePageHeader}} | {{ZKConfigurationReferencePageHeader}} | ||
− | ''Preference:''' | + | '''Preference:''' |
org.zkoss.zk.ui.WebApp.name | org.zkoss.zk.ui.WebApp.name | ||
Revision as of 10:50, 10 February 2011
Preference:
org.zkoss.zk.ui.WebApp.name
Default: ZK [since 5.0.6]
It specifies the application name. It is the return value of WebApp.getAppName(). It is also the default title of Messagebox.
For example,
<!-- in WEB-INF/zk.xml -->
<preference>
<name>org.zkoss.zk.ui.WebApp.name</name>
<value>My Killer Application</value>
</preference>
In additions, you could change the application's name in Java by invoking WebApp.setAppName(String).
Version History
Version | Date | Content |
---|---|---|
5.0.6 | Feburary, 2011 | Introduced |