populate find in video editor

This commit is contained in:
rlx 2011-10-20 13:32:53 +00:00
parent bd3ebf5e33
commit 4dfa708d05

View file

@ -237,10 +237,10 @@ Ox.VideoEditor = function(options, self) {
find: self.options.find,
getImageURL: self.options.getSmallTimelineImageURL,
id: 'timelineSmall',
//matches: self.options.matches,
'in': self.options['in'],
out: self.options.out,
position: self.options.position,
results: find(self.options.find),
showPointMarkers: true,
showSubtitles: true,
subtitles: self.options.subtitles,
@ -515,6 +515,7 @@ Ox.VideoEditor = function(options, self) {
autocompleteSelectSubmit: true,
changeOnKeypress: true,
placeholder: 'Find...',
value: self.options.find,
width: 96
})
.css({float: 'right'})