The unavailable-message Element"

From Documentation
(Created page with ' {{ZKConfigurationReferencePageHeader}} [Optional][Default: ''depends on device''] It specifies the message that will be displayed if the client doesn't support this device. …')
 
m
 
Line 1: Line 1:
{{ZKConfigurationReferencePageHeader}}
+
{{ZKConfigurationReferencePageHeader}}
 +
 
 +
'''Syntax:'''
 +
<unavailable-message>''any_valid_fragment''</unavailable-message>
  
 
  [Optional][Default: ''depends on device'']
 
  [Optional][Default: ''depends on device'']
Line 5: Line 8:
 
It specifies the message that will be displayed if the client doesn't support this device.
 
It specifies the message that will be displayed if the client doesn't support this device.
  
{{ZKConfigurationReferencePageFooter}}
+
<source lang="xml">
 +
<device-config>
 +
    <device-type>ajax</device-type>
 +
    <unavailable-message><![CDATA[
 +
<p style="color:red">Sorry, JavaScript must be enabled in order for you to use KillApp.</p>
 +
    ]]></unavailable-message>
 +
</device-config>
 +
</source>
 +
 
 +
=Version History=
 +
{{LastUpdated}}
 +
{| border='1px' | width="100%"
 +
! Version !! Date !! Content
 +
|-
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|}
 +
{{ZKConfigurationReferencePageFooter}}

Latest revision as of 14:40, 3 December 2010


The unavailable-message Element


Syntax:

<unavailable-message>any_valid_fragment</unavailable-message>
[Optional][Default: depends on device]

It specifies the message that will be displayed if the client doesn't support this device.

<device-config>
    <device-type>ajax</device-type>
    <unavailable-message><![CDATA[
<p style="color:red">Sorry, JavaScript must be enabled in order for you to use KillApp.</p>
    ]]></unavailable-message>
</device-config>

Version History

Last Update : 2010/12/03


Version Date Content
     


Last Update : 2010/12/03

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