ZK's JavaScript Extension

From Documentation
Revision as of 01:33, 8 July 2010 by Tmillsclare (talk | contribs) (Created page with '{{ZKComponentReferencePageHeader}} To make it easier for JavaScript objects to represent widgets ZK has introduced a class concept to JavaScript. Here is a brief introduction on…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


To make it easier for JavaScript objects to represent widgets ZK has introduced a class concept to JavaScript. Here is a brief introduction on defining a class in JavaScript.

To define a new class in JavaScript, we use zk.$extends(Class, Map, Map).



Last Update : 2010/07/08

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