From: Raymond I. <xw...@ya...> - 2003-07-27 19:43:39
|
[*] Updated Documentation & Examples [*] Update quickrefs (See docs/docs/quickref.html) [+] Added new examples (See examples/dynapi.gui.*.html) [-] Fix NS4 bug with HTMLComponent.writeStyle - usage: HTMLComponent.writeStyle({StyleName:'Inline-Styles;'}) [*] Remove HCMNU Style from HTMLMenu [-] Fix Graphics Object - line 223, the closing brace to the drawLine() function was missing [+] Add padding argument to createMenuBar() [-] Fix GlideAnimation stopping short of it's mark when using slow and fast starting and ending speeds. [+] Add onchange events to HTMLTextbox and HTMLTextarea [-] Fix Motionx semi-colon error [-] Fix line 110 and 114 in ioelmsvr.soda.* [+] Add wsAddJSCommand() to IOElement server files [+] Add execInParent() to IOElement [+] Add auto-fold to submenus (HTMLMenu) [+] Add image support to addItem() in HMTLMenu - {image:XImage,text:'Text here'} // to add images use: var img = dynapi.functions.getImage('images/menu_settings.gif',16,22,{ align:"absmiddle", oversrc:'images/menu_settings_on.gif' }); mbar.addItem(null,{image:img,text:'Exit'}); To-Do: Update ioelement.php to reflect the wsAddJSCommand() changes __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |