Class | Description |
---|---|
_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.
|
File |
The File interface provides information about files and allows JavaScript in a web page to access their content.
|
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.
|
Promise |
The Promise object represents the eventual completion (or failure) of an asynchronous operation, and its resulting value.
|
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.
|
zEmbedded |
A collection of embedded ZK utilities.
|
zk |
A collection of ZK core utilities.
|
zkbind |
A collection of ZK bind utilities.
|
zKeys |
A collection of constants for KeyboardEvent.key values.
|
zUtl |
The basic utilities.
|
zWatch |
An utility to manage watches.
|
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-2023 Potix Corporation. All Rights Reserved.