WebMenu for JSP Changelog

What's new in WebMenu for JSP 7.0.106.0

Apr 16, 2015
  • Updated WebMenu code to be HTML5 compatible.
  • Combined all generated web browser code into two types:
  • BasicHTML - Downlevel HTML code
  • ModernDHTML - Modern web browser DHTML code
  • Removed all instance-specific code from the main WebMenu JavaScript library, making it sharable among all control instances.
  • Added the new GenerateInstanceScript method to generate instance-specific code, which does not include the new WebMenu JavaScript library.
  • Replaced old table-based layout with a new div-based version.
  • Improved the web browser support for the WebMenu popup menu transition effects.
  • Added Show/HideTimer support for the built-in MenuBar object and cswmShow/Hide functionality.
  • Added the Settings parameter to the cswmMenuBarInit() method to allow the overriding of the default MenuBar configuration.
  • Added the ShiftWhenSelected property to the MenuBar object that allows you to control whether the button text shifts downward when they are selected.
  • Added the HtmlAboveItems and HtmlBelowItems properties to the
  • Group object that allows you to inject custom HTML code into the popup menus.
  • Added popup icon to the vertical MenuBar buttons that have popup menus.
  • Added default image definitions to the style sheet for required control images.
  • Incorporated the previously external docking system JavaScript library into the WebMenu code base.
  • Added new product samples and modernized the old samples.
  • Added the "Check for Updates" link to check for product updates on the welcome page.
  • Deprecated the requirement to set a clear pixel image.

New in WebMenu for JSP 6.0.105.0 (Dec 17, 2014)

  • Added support for the drop shadow feature to the latest Chrome, Safari, Firefox and Opera web browsers.
  • Fixed error that occurred when using "position:fixed" style.

New in WebMenu for JSP 6.0.102.0 (Dec 17, 2014)

  • Removed the need to set the DocType property.
  • Fixed a browser detection bug.

New in WebMenu for JSP 6.0.101.0 (Dec 17, 2014)

  • Added support for Microsoft Internet Explorer 11.

New in WebMenu for JSP 6.0.100.0 (Dec 17, 2014)

  • Added support for the latest web browsers, including Microsoft Internet Explorer 10.
  • Added new name property that allows you to specify the control name using during automatic code generation.
  • Improved support for the markup validity of all rendered HTML content.
  • Added a new DIV tag around the generated HTML to reset table paddings and margins.
  • Deprecated support for the BehaviorFlags property.

New in WebMenu for JSP 4.0.92 (May 30, 2007)

  • Fixed an error in the Mozilla Firefox 1.x - 2.x output that caused the page containing WebMenu to be requested from the server multiple times for each visit.
  • Removed an extra quote from the generated HTML in IE.
  • Fixed problem with rendering Turkish characters.