Hi,
I have problem with select box and its PickList. Because if I have two SelectItems with different width than PickList remember size of the bigger one. As you can see on pictures.
Here is code:
I am using SmartClient 8.1, and it happens on any browser.
Thanks for your answer.
Jirka
I have problem with select box and its PickList. Because if I have two SelectItems with different width than PickList remember size of the bigger one. As you can see on pictures.
Here is code:
Code:
isc.DynamicForm.create({ top: 45, width: 500, numCols: 4, autoDraw: true, fields: [ {name: "division", title: "Division", type: "select", width:200, valueMap: ["Marketing", "Sales", "Manufacturing", "Services"], }, {name: "department", title: "Department", type: "select", width:300, valueMap: ["Advertising", "Community Relations"], addUnknownValues:false } ] });
Thanks for your answer.
Jirka
Comment