jsharmony-tutorials
Version:
jsHarmony Tutorials
28 lines • 790 B
JSON
{
"FormSubform_Styling_Cust": {
"table":"cust",
"layout":"form",
"onecolumn":true,
"caption":["Customer","Customers"],
"fields":[
{"name":"cust_name","caption":"Name"},
{"name":"cust_sts","caption":"Status"},
{
"control": "subform",
"target": "FormSubform_Styling_CustContact",
"controlstyle": "border: 4px dashed black;",
"controlclass": "fieldWithErrors"
}
]
},
"FormSubform_Styling_CustContact": {
"table":"cust_contact",
"layout":"grid",
"caption":["Contact","Contacts"],
"fields":[
{"name":"cust_contact_name","caption":"Name"},
{"name":"cust_contact_title","caption":"Title"},
{"name":"cust_contact_email","caption":"Email"}
]
}
}