update file input

This commit is contained in:
rlx 2012-03-23 17:20:36 +00:00
commit 162c0f118b
2 changed files with 33 additions and 17 deletions

View file

@ -3,7 +3,7 @@ Ox.load('UI', function() {
//Ox.Theme('modern');
Ox.FileInput({
//maxFiles: 1,
maxFiles: 1,
width: 256
})
.css({
@ -13,4 +13,14 @@ Ox.load('UI', function() {
})
.appendTo(Ox.UI.$body);
Ox.FileInput({
width: 256
})
.css({
position: 'absolute',
left: '16px',
top: '48px'
})
.appendTo(Ox.UI.$body);
});