forked from 0x2620/oxjs
form elements rewrite, part 3
This commit is contained in:
parent
a6c01dd6c6
commit
d80019a17c
8 changed files with 87 additions and 92 deletions
|
|
@ -48,25 +48,25 @@ Ox.load({UI: {}, Geo:{}, Unicode: {}}, function() {
|
|||
},
|
||||
{
|
||||
options: {
|
||||
title: [
|
||||
{id: "one", title: "right"},
|
||||
{id: "two", title: "down"},
|
||||
values: [
|
||||
{id: "collapsed", title: "right"},
|
||||
{id: "expanded", title: "down"},
|
||||
],
|
||||
type: "image"
|
||||
},
|
||||
title: "Multi-Title Image Button"
|
||||
title: "Multi-Value Image Button"
|
||||
},
|
||||
{
|
||||
options: {
|
||||
selectable: true,
|
||||
title: [
|
||||
value: 'on',
|
||||
values: [
|
||||
{id: "off", title: "Off"},
|
||||
{id: "on", title: "On"},
|
||||
{id: "on", title: "On"}
|
||||
],
|
||||
width: 32,
|
||||
value: 'on'
|
||||
width: 32
|
||||
},
|
||||
title: "Multi-Title Selectable Text Button"
|
||||
title: "Multi-Value Selectable Text Button"
|
||||
}
|
||||
],
|
||||
"ButtonGroup": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue