pass options through editable
This commit is contained in:
parent
424bbdd759
commit
c7d9ffc615
1 changed files with 2 additions and 0 deletions
|
@ -151,7 +151,9 @@ Ox.Editable = function(options, self) {
|
|||
autocompleteSelect: self.options.autocompleteSelect,
|
||||
autocompleteSelectHighlight: self.options.autocompleteSelectHighlight,
|
||||
autocompleteSelectMaxWidth: self.options.autocompleteSelectMaxWidth,
|
||||
autocompleteSelectOffset: self.options.autocompleteSelectOffset,
|
||||
autocompleteSelectSubmit: self.options.autocompleteSelectSubmit,
|
||||
autocompleteSelectUpdate: self.options.autocompleteSelectUpdate,
|
||||
changeOnKeypress: true,
|
||||
element: self.options.type == 'input' ? '<span>' : '<div>',
|
||||
style: 'square',
|
||||
|
|
Loading…
Reference in a new issue