The response-charset Element"

From Documentation
m (Created page with '{{ZKConfigurationReferencePageHeader}} =Version History= {{LastUpdated}} {| border='1px' | width="100%" ! Version !! Date !! Content |- |   |   |   |} {{ZKConfig…')
 
 
Line 1: Line 1:
 
{{ZKConfigurationReferencePageHeader}}
 
{{ZKConfigurationReferencePageHeader}}
 +
 +
'''Syntax:'''
 +
<response-charset>''a_charset''|'''UTF-8'''</response-charset>
 +
 +
[Default: UTF-8]
 +
 +
It specifies the charset for the rendering result of a ZUML page. In other words, it is used to load the ZUML page by the ZK Loader (i.e., DHtmlLayoutServlet).
 +
 +
If you want to use the container's default value, you can specify an empty string as follows.
 +
 +
<source lang="xml">
 +
<response-charset></response-charset>
 +
</source>
  
 
=Version History=
 
=Version History=

Latest revision as of 15:31, 4 December 2010


The response-charset Element


Syntax:

<response-charset>a_charset|UTF-8</response-charset>
[Default: UTF-8]

It specifies the charset for the rendering result of a ZUML page. In other words, it is used to load the ZUML page by the ZK Loader (i.e., DHtmlLayoutServlet).

If you want to use the container's default value, you can specify an empty string as follows.

<response-charset></response-charset>

Version History

Last Update : 2010/12/04


Version Date Content
     



Last Update : 2010/12/04

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