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

uploader.contextMenu Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets the context menu settings.

Syntax

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

Property Value

Type: $au.contextMenu

The settings of the context menu.

See Also

Reference