Code:
isc.DynamicForm.create({
ID: "exampleForm",backgroundColor: "blue",
canHover:true,width: 250,height: 200,
prompt: "TEST",hoverStyle: "myHighGridCellDark",
fields: []
});
CSS:
Code:
.myHighGridCellDark {
background-color:"red";
}
Comment