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