forked from 0x2620/oxjs
use new form element syntax, continued
This commit is contained in:
parent
e47305c93f
commit
02f53a57c1
15 changed files with 107 additions and 88 deletions
|
|
@ -811,23 +811,23 @@ Ox.load({UI: {}, Geo:{}, Unicode: {}}, function() {
|
|||
options: {
|
||||
id: 'debug',
|
||||
inputs: [
|
||||
new Ox.Checkbox({
|
||||
Ox.Checkbox({
|
||||
id: 'tttt',
|
||||
width: 16
|
||||
}),
|
||||
new Ox.FormElementGroup({
|
||||
Ox.FormElementGroup({
|
||||
elements: [
|
||||
new Ox.Input({
|
||||
Ox.Input({
|
||||
//overlap: "right",
|
||||
width: 64
|
||||
}),
|
||||
new Ox.Select({
|
||||
Ox.Select({
|
||||
items: [
|
||||
{id: "items", title: "items"},
|
||||
//{},
|
||||
{},
|
||||
{id: "hours", title: "hours"},
|
||||
{id: "days", title: "days"},
|
||||
//{},
|
||||
{},
|
||||
{id: "GB", title: "GB"},
|
||||
],
|
||||
overlap: "left",
|
||||
|
|
@ -837,11 +837,12 @@ Ox.load({UI: {}, Geo:{}, Unicode: {}}, function() {
|
|||
float: "right",
|
||||
width: 128
|
||||
}),
|
||||
new Ox.Select({
|
||||
Ox.Select({
|
||||
items: [
|
||||
{id: "title", title: "Title"},
|
||||
{id: "director", title: "Director"},
|
||||
],
|
||||
value: 'title',
|
||||
width: 128
|
||||
})
|
||||
],
|
||||
|
|
|
|||
BIN
demos/form2/png/timeline.png
Normal file
BIN
demos/form2/png/timeline.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Loading…
Add table
Add a link
Reference in a new issue