The device-type Element"

From Documentation
(Created page with '{{ZKConfigurationReferencePageHeader}} [Required] It specifies the device type. The previous implementation with the same device type will be replaced if any. {{ZKConfigurati…')
 
m
 
Line 1: Line 1:
 
{{ZKConfigurationReferencePageHeader}}
 
{{ZKConfigurationReferencePageHeader}}
 +
 +
'''Syntax:'''
 +
<device-type>''a_device_type''|ajax</device-type>
  
 
  [Required]
 
  [Required]
  
It specifies the device type. The previous implementation with the same device type will be replaced if any.
+
It specifies the device type which the accompany elements will be applied to. The previous implementation with the same device type will be replaced if any.
 +
 
 +
<source lang="xml">
 +
<device-config>
 +
    <device-type>ajax</device-type>
 +
    <device-class>my.MyAjaxDevice</device-class>
 +
</device-config>
 +
</source>
  
 +
=Version History=
 +
{{LastUpdated}}
 +
{| border='1px' | width="100%"
 +
! Version !! Date !! Content
 +
|-
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|}
 
{{ZKConfigurationReferencePageFooter}}
 
{{ZKConfigurationReferencePageFooter}}

Latest revision as of 14:36, 3 December 2010



Syntax:

<device-type>a_device_type|ajax</device-type>
[Required]

It specifies the device type which the accompany elements will be applied to. The previous implementation with the same device type will be replaced if any.

<device-config>
    <device-type>ajax</device-type>
    <device-class>my.MyAjaxDevice</device-class>
</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.