Hi Isomorphic,
is it possible that SelectItem and BooleanItem be vertically aligned with this code:
	
Best regards
Pavo
					is it possible that SelectItem and BooleanItem be vertically aligned with this code:
Code:
	
	isc.DynamicForm.create({
    ID:"test",
    width:500,
    colWidths: ["*", "*"],
    items:[
        {name:"selectItem",  editorType:"SelectItem"},
        {name:"booleanItem", editorType:"BooleanItem"},
    ]
});
Best regards
Pavo
Comment