Gets or sets the context menu settings.
$au.uploader({
//...other params...
contextMenu: {},
//...other params...
})
Get/Set Value at Runtime
$au.uploader('uploaderID').contextMenu(value);
value = $au.uploader('uploaderID').contextMenu();