update file input
This commit is contained in:
parent
1320fb68aa
commit
162c0f118b
2 changed files with 33 additions and 17 deletions
|
|
@ -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);
|
||||
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue