populate find in video editor
This commit is contained in:
parent
bd3ebf5e33
commit
4dfa708d05
1 changed files with 2 additions and 1 deletions
|
@ -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'})
|
||||
|
|
Loading…
Reference in a new issue