Constructor
new MountOptionsDropdown($container)
Parameters:
Name | Type | Description |
---|---|---|
$container |
Object | container DOM object |
Methods
getOptions() → {Object}
Returns the mount options from the dropdown controls
Returns:
options mount options
- Type
- Object
setOptions(options, enabledOptions)
Sets the mount options to the dropdown controls
Parameters:
Name | Type | Description |
---|---|---|
options |
Object | mount options |
enabledOptions |
Array | enabled mount options |
show($container, mountOptions, enabledOptions)
Show dropdown
Parameters:
Name | Type | Description |
---|---|---|
$container |
Object | container |
mountOptions |
Object | mount options |
enabledOptions |
Array | enabled mount options |