The package Element

From Documentation
Revision as of 07:19, 3 December 2010 by Char (talk | contribs) (Created page with ' {{ZKConfigurationReferencePageHeader}} [Default: <i>none</i>] [since 5.0.0] It defines a client package (JavaScript) and all of its sub packages that are provided by this se…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


[Default: none]
[since 5.0.0]

It defines a client package (JavaScript) and all of its sub packages that are provided by this server. Use this configuration if some client packages might be loaded from different servers, such as Ajax-as-a-Service.

For example, if this server provides the client packages for foo.fly.*, then the following shall be specified to enable Ajax-as-a-Service.

<client-config>
	<package>
		<package-name>foo.fly</package-name>
	</package>
</client-config>



Last Update : 2010/12/03

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