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: {
|
ColorInput: {
|
||||||
description: '...',
|
description: 'Allows you to enter a RGB or HSL value.',
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
description: 'RGB',
|
description: 'RGB',
|
||||||
|
@ -607,7 +607,6 @@ Ox.load({Geo: {}, UI: {}, Unicode: {}}, function() {
|
||||||
description: 'Is a select element with optional text input.',
|
description: 'Is a select element with optional text input.',
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
description: '...',
|
|
||||||
items: [
|
items: [
|
||||||
{id: 'javascript', title: 'JavaScript'},
|
{id: 'javascript', title: 'JavaScript'},
|
||||||
{id: 'python', title: 'Python'},
|
{id: 'python', title: 'Python'},
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
...
|
This example demonstrates various types of progress bars.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Ox.load('UI', function() {
|
Ox.load('UI', function() {
|
||||||
|
|
Loading…
Reference in a new issue