update examples
This commit is contained in:
parent
bb686389ce
commit
139dae5dec
2 changed files with 2 additions and 3 deletions
|
@ -211,7 +211,7 @@ Ox.load({Geo: {}, UI: {}, Unicode: {}}, function() {
|
|||
]
|
||||
},
|
||||
ColorInput: {
|
||||
description: '...',
|
||||
description: 'Allows you to enter a RGB or HSL value.',
|
||||
options: [
|
||||
{
|
||||
description: 'RGB',
|
||||
|
@ -607,7 +607,6 @@ Ox.load({Geo: {}, UI: {}, Unicode: {}}, function() {
|
|||
description: 'Is a select element with optional text input.',
|
||||
options: [
|
||||
{
|
||||
description: '...',
|
||||
items: [
|
||||
{id: 'javascript', title: 'JavaScript'},
|
||||
{id: 'python', title: 'Python'},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
...
|
||||
This example demonstrates various types of progress bars.
|
||||
*/
|
||||
|
||||
Ox.load('UI', function() {
|
||||
|
|
Loading…
Reference in a new issue