RE: [mapguide-users] Fusion 2.0 domObj

2009-02-19 Thread Mark Pendergraft
uide-users-boun...@lists.osgeo.org] On Behalf Of Paul Spencer Sent: Thursday, February 19, 2009 10:10 AM To: MapGuide Users Mail List Subject: Re: [mapguide-users] Fusion 2.0 domObj Ok, I'll try to highlight the major things for upgrading widgets ... Things that have changed in Widget sub-cla

Re: [mapguide-users] Fusion 2.0 domObj

2009-02-19 Thread Paul Spencer
Ok, I'll try to highlight the major things for upgrading widgets ... Things that have changed in Widget sub-classes: * remove inheritance from Fusion.Tool.ButtonBase and add uiClass: Jx.Button * remove inheritance from Fusion.Tool.MenuBase and add uiClass: Jx.Menu * add setUiObject method for

[mapguide-users] Fusion 2.0 domObj

2009-02-19 Thread Mark Pendergraft
I have a widget which I'm trying to port to the 2.0 beta and in the past I used "this.domObj.appendChild()" to add an input box to the widget, but now that code breaks saying that the domObj is null. I noticed in the EditableScale widget that an if (this.domObj) statement is used to see if the dom