The OnClick property returns/sets a custom client-side OnClick event handler for the Item.

Property Value

The client-side OnClick event handler string.

Remarks

Sets the Item's OnClick client-side event handler. (example: OnClick="MyOnClickHandler();"). After the handler function completes, the value of the URL property will be used to load a new page. To override the URL property, set "return false;" after your handler statement.

Default: Empty String


Copyright © Coalesys, Inc.