This commit is contained in:
sanj 2011-01-22 15:12:13 +05:30
parent 7c4e63c9c8
commit e416b308cd

View File

@ -146,7 +146,7 @@ BEGIN mainPanel
elements: [ elements: [
{ {
element: app.construct.cityPicker(), element: app.construct.cityPicker(),
size: 40 size: 20
}, },
{ {
element: app.construct.calendarBox() element: app.construct.calendarBox()
@ -169,7 +169,9 @@ BEGIN mainPanel
autocompleteSelect: true, autocompleteSelect: true,
autocompleteSelectHighlight: true, autocompleteSelectHighlight: true,
autocompleteSelectSubmit: true, autocompleteSelectSubmit: true,
autocompleteReplaceCorrect: true autocompleteReplaceCorrect: true,
width: 250,
labelWidth: 0
}); });
i.bindEvent("submit", function(event, data) { i.bindEvent("submit", function(event, data) {
Ox.print(data); Ox.print(data);