add progress bar example
This commit is contained in:
parent
f88c60ae15
commit
23b583098e
6 changed files with 218 additions and 89 deletions
|
|
@ -6,7 +6,7 @@ Ox.load({UI: {theme: 'classic'}}, function() {
|
|||
|
||||
var $target = Ox.Element()
|
||||
.attr({id: 'target'})
|
||||
.html('click/hold/drag here')
|
||||
.html('click/hold/drag')
|
||||
.appendTo(Ox.$body),
|
||||
$log = Ox.Element()
|
||||
.attr({id: 'log'})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue