[*] 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


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to