Package _global_

The global namespace in JavaScript (i.e., the window object).

See:
          Description

Class Summary
_global_ It is not really a class but a collection of global functions and variables.
Array An array is a special variable, whcih can hold more than one value.
Date The Date object is used to work with dates and times.
Dimension A dimension.
DOMElement Represents a DOM element.
Function A function will be executed by an event or by a call to the function.
jq Represents the object returned by the jq function.
jqzk Represents the object returned by the zk function, or by jq.zk.
Map A map in Javascript is as follows.
Offset An offset is a two-element array, where the first element is the X coordinate, and the second the Y coordinate.
Size A size is a two-element array, where the first element is the width, and the second the height.
String A string.
Window Window object representing an open window in a browser.
XMLHttpRequest The XMLHttpRequest specification defines an API that provides scripted client functionality for transferring data between a client and a server.
zAu The AU Engine used to send the AU requests to the server and to process the AU responses.
zk A collection of ZK core utilities.
zUtl The basic utilties.
zWatch An utility to manage watches.
 

Package _global_ Description

The global namespace in JavaScript (i.e., the window object). It is not a real package, i.e., there is no package called _global_. Rather, it represents the global namespace of JavaScript. In other words, it is the namespace of the window object in a browser.

ZK 5 Client Engine is based on jQuery. It inherits all functionality provided by jQuery. Refer to jQuery documentation for complete reference. However, we use jq to represent jQuery, and we use the _global_.jq interface to represent the object returned by the jq function (such as jq('#id')).



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo