view: ‘form’,
data: [
{ type: ‘text’, name: ‘edtUPC’, label: ‘UPC’, value: ‘’, position: ‘label-left’, inputWidth: ‘200’, labelWidth: 100, align: ‘left’, labelAlign: ‘center’, id: ‘edtUPC’},
{ type: ‘form_button’, name: ‘btnSearch’, value: ‘Search’, align: ‘right’, width: 295, id: ‘btnSearch’}
], height: 100, id: 1294092263467
},
How to have the label in the left side of the form and the form_button in the same line on the right side of the form ?
The code shows the input text in one line and the button in antoher line (above).