root-attributes"

From Documentation
m
m
Line 1: Line 1:
 
{{ZUMLReferencePageHeader}}
 
{{ZUMLReferencePageHeader}}
  
<source lang="xml" >
+
'''Syntax:'''
  <?root-attributes any-name1="any-value2" any-name2="any-value2"?>
+
  <?root-attributes ''any-name1''="''any-value2''" ''any-name2''="''any-value2''"?>
</source>
 
 
   
 
   
 
It specifies the additional attributes for the root element of the generated output, which depends on the device types.
 
It specifies the additional attributes for the root element of the generated output, which depends on the device types.
Line 24: Line 23:
 
Note: If the value is specified with an EL expression and it is evaluated to null, the corresponding attribute won't be generated.
 
Note: If the value is specified with an EL expression and it is evaluated to null, the corresponding attribute won't be generated.
  
== any-name="any-value" ==
+
= ''any-name''="''any-value''" =
 
Any numbers of names and values are allowed. The value could contain EL expressions.
 
Any numbers of names and values are allowed. The value could contain EL expressions.
  
==Version History==
+
=Version History=
  
 
{| border='1px' | width="100%"
 
{| border='1px' | width="100%"

Revision as of 11:17, 18 November 2010

Syntax:

<?root-attributes any-name1="any-value2" any-name2="any-value2"?>

It specifies the additional attributes for the root element of the generated output, which depends on the device types.

Currently, only Ajax devices support this feature and the root element is the html tag. In other words, the attributes specified in the root-attribute directives will become the attributes of the html element of the generated output. For example,

 <?root-attributes xmlns:v="urn:schemas-microsoft-com:vml"?>

will cause the HTML output to be generated with the following snippet

 <html xmlns="[http://www.w3.org/1999/xhtml http://www.w3.org/1999/xhtml]"
 xmlns:v="urn:schemas-microsoft-com:vml">

Note: xmlns="http://www.w3.org/1999/xhtml" is always generated.

Note: If the value is specified with an EL expression and it is evaluated to null, the corresponding attribute won't be generated.

any-name="any-value"

Any numbers of names and values are allowed. The value could contain EL expressions.

Version History

Version Date Content
     



Last Update : 2010/11/18

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