[*] Update Examples
[+] Add FocusManager
[+] Add setDragMode(b,boundry)
[+] Add setMinimumSize(w,h) and setMaximumSize
(w,h), setOverflow(s) - default is hidden
[+] Add oncontentchange event - triggered by setHTML
[+] Add onresize and onlocationchange events
> In most cases these will only be used by
widget developers. The useR must use addEventListener
in order to catch these events. The lyr.onresize=function
(){} will ONLY work if a previous event with onresize was
added using addEventListener
[+] Add Preserve Data Type (pDType) to Cookie
constructure - Cookie(name,pDType)
[+] Add Cookie.encode & Cookie.decode functions
^ useful for storing simple and complex
objects and datatype.
[+] Add removeAll() function to cookie object
[*] Modify insertAllChildren(usebp,bpSrc) and insertChild
(c,usebp) to support blueprints.
>usebp - use blueprint; bpSrc - blueprint
SRC (.js file)
[+] Add generateBlueprint() to DynLayer Inline
[+] Add swiper animation class
[*] Modify DynEvent Object - DynEvent should not be a
DynObject.
PS. Changes are inside CVS