This documentation is for the old version. Go to the latest Upload Suite docs

uploader.enableContextMenu Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a value indicating whether to disaplay the context menu.

Syntax

JavaScript Initialize
$au.uploader({
    //...other params...
    enableContextMenu: true,
    //...other params...
})
Get/Set Value at Runtime
$au.uploader('uploaderID').enableContextMenu(value);
value = $au.uploader('uploaderID').enableContextMenu();

Property Value

Type: Boolean

If true, context menu is displayed when a user right-clicks panes and items; otherwise, right-clicks cause nothing.

Default value is true.

See Also

Reference