From 01f02d9730769ca9d62ab7354e0b8f008f85c6b2 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Fri, 4 Nov 2011 18:12:38 +0000 Subject: [PATCH] disable currently not implemented menu options --- source/Ox.UI/js/Video/Ox.VideoEditor.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/source/Ox.UI/js/Video/Ox.VideoEditor.js b/source/Ox.UI/js/Video/Ox.VideoEditor.js index 2d20e669..afb3ca77 100644 --- a/source/Ox.UI/js/Video/Ox.VideoEditor.js +++ b/source/Ox.UI/js/Video/Ox.VideoEditor.js @@ -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',