1
0
Fork 0
forked from 0x2620/oxjs

better width/height for textarea editables

This commit is contained in:
j 2012-01-21 14:58:32 +00:00
commit 9419e3972e
2 changed files with 7 additions and 1 deletions

View file

@ -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'})