extension"

From Documentation
m (Created page with '{{ZKDevelopersReferencePageHeader}} '''Syntax:''' <extension>''a_ext''</extension> It specifies the extension of a file or URI that shall be associated with this language. You…')
 
m
Line 3: Line 3:
 
'''Syntax:'''
 
'''Syntax:'''
 
  <extension>''a_ext''</extension>
 
  <extension>''a_ext''</extension>
 +
 +
[Required for a language definition]
  
 
It specifies the extension of a file or URI that shall be associated with this language. You could have multiple extensions for a language, and the first one is the default one.
 
It specifies the extension of a file or URI that shall be associated with this language. You could have multiple extensions for a language, and the first one is the default one.

Revision as of 07:42, 19 November 2010

Syntax:

<extension>a_ext</extension>
[Required for a language definition]

It specifies the extension of a file or URI that shall be associated with this language. You could have multiple extensions for a language, and the first one is the default one.

Example,

<extension>zul</extension>
<extension>xul</extension>

Version History

Last Update : 2010/11/19


Version Date Content
     



Last Update : 2010/11/19

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