laptop and a wrench

Bug

The ToolbarItemDefaultStyle-CssClass property is ignored in the WebADF toolbar control.

Last Published: August 25, 2014 No Product Found
Bug ID Number NIM072246
SubmittedSeptember 1, 2011
Last ModifiedApril 2, 2025
Applies toNo Product Found
Version found9.3.1
StatusKnown Limit

Additional Information

10.1 was the last release of the .NET WebADF technology. Client APIs (JavaScript/Flex/Silverlight) are recommended for web application development.

Workaround

Manually change the style for the toolbar by searching for the toolbar by ID and then overriding the toolbar events.<script type="text/javascript" language="javascript"> // Initialize the tool var myTool = document.getElementById("Toolbar1MyTool"); myTool.onmouseover = CustomToolbarMouseOver; function CustomToolbarMouseOver() { ToolbarMouseOver('Toolbar1', 'MyTool'); myTool.style.cursor = "hand"; }</script>

Steps to Reproduce

Bug ID: NIM072246

Software:

  • No Product Found

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options