forked from 0x2620/oxjs
better width/height for textarea editables
This commit is contained in:
parent
1b42a4e7f1
commit
9419e3972e
2 changed files with 7 additions and 1 deletions
|
|
@ -212,6 +212,7 @@ Ox.AnnotationFolder = function(options, self) {
|
|||
sort: self.sort,
|
||||
submitOnBlur: false,
|
||||
width: self.options.width,
|
||||
maxHeight: self.options.type == 'text' ? Infinity : void 0,
|
||||
type: self.options.type == 'text' ? 'textarea' : 'input'
|
||||
})
|
||||
//.css({marginTop: '256px'})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue