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…') |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{ZKClient-sideReferencePageHeader}} |
'''Syntax:''' | '''Syntax:''' | ||
<extension>''a_ext''</extension> | <extension>''a_ext''</extension> | ||
− | It specifies the extension of a file or URI that | + | [Required for a language definition] |
+ | |||
+ | It specifies the extension of a file or URI that should be associated with this language. You could have multiple extensions for a language, and the first one is the default one. | ||
Example, | Example, | ||
Line 23: | Line 25: | ||
|} | |} | ||
− | {{ | + | {{ZKClient-sideReferencePageFooter}} |
Latest revision as of 09:01, 23 August 2011
Syntax:
<extension>a_ext</extension>
[Required for a language definition]
It specifies the extension of a file or URI that should 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
Version | Date | Content |
---|---|---|