Running in SC 8.2p 04-11 build, using Enterprise skin
Using IE8, FF11
Run the sample in Firefox - click on dropdown icon - you'll notice that alternating rows are styled.
Run the sample in IE8 - click on dropdown icon - all rows are not styled.
Attached image of what it SHOULD look like.
Using IE8, FF11
Run the sample in Firefox - click on dropdown icon - you'll notice that alternating rows are styled.
Run the sample in IE8 - click on dropdown icon - all rows are not styled.
Attached image of what it SHOULD look like.
Code:
isc.DynamicForm.create({ top: 45, width: 500, numCols: 4, autoDraw: true, fields: [ {name: "division", title: "Division", type: "select", valueMap: ["Marketing", "Sales", "Manufacturing", "Services"], pickListBaseStyle: "menuButton" } ] });
Comment