1
0
Fork 0
forked from 0x2620/oxjs

use new form element syntax, continued

This commit is contained in:
rlx 2011-12-22 15:47:46 +00:00
commit 02f53a57c1
15 changed files with 107 additions and 88 deletions

View file

@ -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
})
],

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB