org.zkoss.zk.ui.WebApp.name"

From Documentation
Line 18: Line 18:
 
</source>
 
</source>
  
In additions, you could change the application's name in Java by invoking <javadoc method="setAppName(java.lang.String)" type="interface">org.zkoss.zk.ui.WebApp</javadoc>.
+
In addition, you could change the application's name in Java by invoking <javadoc method="setAppName(java.lang.String)" type="interface">org.zkoss.zk.ui.WebApp</javadoc>.
 
=Version History=
 
=Version History=
 
{{LastUpdated}}
 
{{LastUpdated}}

Revision as of 02:42, 8 August 2011


org.zkoss.zk.ui.WebApp.name


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 addition, you could change the application's name in Java by invoking WebApp.setAppName(String).

Version History

Last Update : 2011/08/08


Version Date Content
5.0.6 Feburary, 2011 Introduced



Last Update : 2011/08/08

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