The OnHide property returns/sets a custom client-side event handler.

Property Value

The client-side OnHide event handler string.

Remarks

Sets the WebMenu's OnHide client-side event handler. (example: OnHide="MyOnHideHandler();").

The event handler that you specify will be included when cswmHide() is invoked (either manually by you or internally by WebMenu, such as when the mouse leaves all the menus and they close).

One optional parameter can be passed to your client-side event handler: id. (example: OnHide="MyOnHideHandler(id);"). This is the Group's ID string of the last open Group when cswmHide() was invoked.

Default: Empty String


Copyright © Coalesys, Inc.