When using the code below for dhx.form form data it has no effect ie. the button size does not change. I have tried 100, “100”, “100px”
{
id: "btnOK",
name: "btnOK",
type: "button",
value: "OK",
size: "medium",
view: "flat",
color: "primary",
width: 200,
height: 100
}