From: SourceForge.net <no...@so...> - 2003-03-26 02:41:28
|
Patches item #709834, was opened at 2003-03-26 02:54 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305757&aid=709834&group_id=5757 Category: DynAPI 3 API Group: None Status: Open Resolution: None Priority: 5 Submitted By: Raymond Irving (xwisdom) Assigned to: Nobody/Anonymous (nobody) Summary: New features/API & FX Improvements Initial Comment: [*] 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 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305757&aid=709834&group_id=5757 |