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,
|
find: self.options.find,
|
||||||
getImageURL: self.options.getSmallTimelineImageURL,
|
getImageURL: self.options.getSmallTimelineImageURL,
|
||||||
id: 'timelineSmall',
|
id: 'timelineSmall',
|
||||||
//matches: self.options.matches,
|
|
||||||
'in': self.options['in'],
|
'in': self.options['in'],
|
||||||
out: self.options.out,
|
out: self.options.out,
|
||||||
position: self.options.position,
|
position: self.options.position,
|
||||||
|
results: find(self.options.find),
|
||||||
showPointMarkers: true,
|
showPointMarkers: true,
|
||||||
showSubtitles: true,
|
showSubtitles: true,
|
||||||
subtitles: self.options.subtitles,
|
subtitles: self.options.subtitles,
|
||||||
|
@ -515,6 +515,7 @@ Ox.VideoEditor = function(options, self) {
|
||||||
autocompleteSelectSubmit: true,
|
autocompleteSelectSubmit: true,
|
||||||
changeOnKeypress: true,
|
changeOnKeypress: true,
|
||||||
placeholder: 'Find...',
|
placeholder: 'Find...',
|
||||||
|
value: self.options.find,
|
||||||
width: 96
|
width: 96
|
||||||
})
|
})
|
||||||
.css({float: 'right'})
|
.css({float: 'right'})
|
||||||
|
|
Loading…
Reference in a new issue