-
Notifications
You must be signed in to change notification settings - Fork 29
PKObject
kerrishotts edited this page Apr 1, 2013
·
1 revision
PKObject
is the base object from which all other UI widget objets derive from. It provides a simple inheritance method with per-method superclassing. It's not, perhaps, the best object base out there, but it's simple and provides for inheritance through methods other than the constructor.
PKObject
is provided in pk-object.js
, and requires PKUTIL.
- Subclassing and Inheritance
- init
- Tags
- Notifications
0.3 Introduced; Docs Valid