ASP.NET Ajax Javascript (Specification) | |
---|---|
ImageGear.Web.UI.ContextMenuItem = function( type : ContextMenuItemType, text : String, contextMenu : ContextMenu, clickHandler : Function, checkHandler : Function, radioHandler : Function ) {}; |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var instanceVar = new ImageGear.Web.UI.ContextMenuItem(ContextMenuItemType,String,ContextMenu,Function,Function,Function); |
Parameters
- type
- text
- contextMenu
- clickHandler
- checkHandler
- radioHandler