1
0
Fork 0
forked from 0x2620/oxjs

update video editor (editables)

This commit is contained in:
rlx 2012-01-16 16:52:34 +05:30
commit 408ebf54cb
7 changed files with 55 additions and 51 deletions

View file

@ -99,7 +99,6 @@ Ox.AnnotationFolder = function(options, self) {
if (self.widget) {
self.widgetSize = self.options.showWidget * self.options.widgetSize;
Ox.print('FOO', self.widgetSize, self.options.showWidget, self.options.widgetSize)
self.$outer = Ox.Element()
.css({
display: 'table-cell',
@ -179,7 +178,7 @@ Ox.AnnotationFolder = function(options, self) {
separator: ';',
sort: self.sort,
submitOnBlur: false,
width: self.options.type == 'text' ? self.options.width + 8 : self.options.width,
width: self.options.width,
type: self.options.type == 'text' ? 'textarea' : 'input'
})
//.css({marginTop: '256px'})