{
  "ModelStyle_controlstyle_form": {
    "layout": "form", 
    "table": "cust",
    "actions": "BIUD", 
    "caption": [ "", "Customer", "Customers" ],
    "fields": [
      {"name":"cust_id", "type": "bigint", "actions":"B","key": 1,"control":"label","caption":"ID"},
      {"name": "cust_name","type": "varchar","length": 50,"actions": "BIU","control": "textbox","caption": "Customer Name","nl": 1,
       "controlstyle": "border: 4px dashed black;",
       "controlclass": "fieldWithErrors"
      }
    ]
  }
}