disable currently not implemented menu options
This commit is contained in:
parent
241fa3e227
commit
01f02d9730
1 changed files with 6 additions and 6 deletions
|
@ -590,14 +590,14 @@ Ox.VideoEditor = function(options, self) {
|
|||
self.$annotationsMenuButton = Ox.Select({
|
||||
items: [
|
||||
{id: 'annotations', title: 'Show Annotations', disabled: true},
|
||||
{id: 'showAnnotationsAtPosition', title: 'At Current Position', checked: true},
|
||||
{id: 'showAnnotationsInSelection', title: 'In Current Selection'},
|
||||
{id: 'showAllAnnotations', title: 'All'},
|
||||
{id: 'showAnnotationsAtPosition', title: 'At Current Position', checked: true, disabled: true},
|
||||
{id: 'showAnnotationsInSelection', title: 'In Current Selection', disabled: true},
|
||||
{id: 'showAllAnnotations', title: 'All', disabled: true},
|
||||
{},
|
||||
{id: 'textSize', title: 'Font Size', disabled: true},
|
||||
{id: 'smallText', title: 'Small', checked: true},
|
||||
{id: 'mediumText', title: 'Medium'},
|
||||
{id: 'largeText', title: 'Large'}
|
||||
{id: 'smallText', title: 'Small', checked: true, disabled: true},
|
||||
{id: 'mediumText', title: 'Medium', disabled: true},
|
||||
{id: 'largeText', title: 'Large', disabled: true}
|
||||
],
|
||||
max: 2,
|
||||
title: 'set',
|
||||
|
|
Loading…
Reference in a new issue