forked from 0x2620/oxjs
use Ox.Editable in Ox.AnnotationPanel
This commit is contained in:
parent
a4cb6ee9ae
commit
a949ad2cf4
5 changed files with 53 additions and 27 deletions
|
|
@ -103,7 +103,9 @@ Ox.Input = function(options, self) {
|
|||
)*/
|
||||
)
|
||||
.css({width: self.options.width + 'px'})
|
||||
.bindEvent(Ox.extend(self.options.type == 'textarea' ? {} : {
|
||||
.bindEvent(Ox.extend(self.options.type == 'textarea' ? {
|
||||
key_shift_enter: submit
|
||||
} : {
|
||||
key_enter: submit
|
||||
}, {
|
||||
key_control_v: paste,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue