Select to view content in your preferred language

How can I widen the default renderer window?

531
2
05-24-2011 07:48 AM
WaltBulawa
Emerging Contributor
Is there a simple way to widen the data table window that results in the Find and Identify -> Identify Features sample on the samples page at

http://help.arcgis.com/en/webapi/fle...les/index.html ?

(Note: the post is not showing the url address above correctly - it is the Flex Samples tab web page)

I know that it is using the default renderer:

clickGraphic.symbol = new InfoSymbol(); // use default renderer
clickGraphic.attributes = resultGraphic.attributes;

I am using the code in another applicatiion and would like the information window to be wider to show the full data values (which it now cuts off - see parcel ID below).

Tags (2)
0 Kudos
2 Replies
LeiZhou
Deactivated User
If it is a widget window, you can change from the widget--width and height,

 <viewer:WidgetTemplate id="wTemplate"
                           width="430" height="240"


Is there a simple way to widen the data table window that results in the Find and Identify -> Identify Features sample on the samples page at

http://help.arcgis.com/en/webapi/fle...les/index.html ?

(Note: the post is not showing the url address above correctly - it is the Flex Samples tab web page)

I know that it is using the default renderer:

clickGraphic.symbol = new InfoSymbol(); // use default renderer
clickGraphic.attributes = resultGraphic.attributes;

I am using the code in another applicatiion and would like the information window to be wider to show the full data values (which it now cuts off - see parcel ID below).

0 Kudos
WaltBulawa
Emerging Contributor
That will adjust the window on the left but I want to adjust the smaller window to the right which is not the viewer window.
0 Kudos