I'm trying to change the size of this widget, but doesn't seem to be working from the config using this:
<widgetcontainer paneltype="bottom" initialstate="open" height="250">
<widget label="Attribute Table" config="widgets/AttributeTable/AttributeTableWidget.xml" url="widgets/AttributeTable/AttributeTableWidget.swf"/>
</widgetcontainer>
If I change the height to 100, it doesn't change the size of the widget?
<widgetcontainer paneltype="bottom" initialstate="open" height="250">
<widget label="Attribute Table" config="widgets/AttributeTable/AttributeTableWidget.xml" url="widgets/AttributeTable/AttributeTableWidget.swf"/>
</widgetcontainer>
If I change the height to 100, it doesn't change the size of the widget?