jsharmony-factory
Version:
Enterprise framework for jsHarmony
97 lines • 3.96 kB
JSON
{
"Base/Note_UserCustSys_Tabs": {
"layout":"form",
// "table":"S",
"caption":["","Note","Notes"],
"actions":"B",
"unbound": 1,
"tabpos":"top",
"tabs": [
{"name":"User","target":"Note_User_Listing","bindings":{"note_scope_id":"note_scope_id","note_scope":"note_scope","note_type":"'U'"}},
{"name":"Customer","target":"Note_Cust_Listing","bindings":{"note_scope_id":"note_scope_id","note_scope":"note_scope","note_type":"'C'"}},
{"name":"System","target":"Note_Sys_Listing","bindings":{"note_scope_id":"note_scope_id","note_scope":"note_scope","note_type":"'S'"}}
],
"tabpanelstyle": "min-width:900px;",
"fields":[
{"name":"note_scope","type":"varchar","length":"32","foreignkey":1,"actions":""},
{"name":"note_scope_id", "type": "bigint","foreignkey":1,"actions":""}
]
},
"Note_UserCustSys_Tabs":{
"inherits":"Base/Note_UserCustSys_Tabs"
},
"Note_UserSys_Tabs": {
"layout":"form",
// "table":"S",
"caption":["","Note","Notes"],
"actions":"B",
"tabpos":"top",
"unbound": 1,
"tabs": [
{"name":"User","target":"Note_User_Listing","bindings":{"note_scope_id":"note_scope_id","note_scope":"note_scope","note_type":"'U'"}},
{"name":"System","target":"Note_Sys_Listing","bindings":{"note_scope_id":"note_scope_id","note_scope":"note_scope","note_type":"'S'"}}
],
"tabpanelstyle": "min-width:900px;",
"fields":[
{"name":"note_scope","type":"varchar","length":"32","foreignkey":1,"actions":""},
{"name":"note_scope_id", "type": "bigint","foreignkey":1,"actions":""}
]
},
"Note_CustSys_Tabs": {
"layout":"form",
// "table":"S",
"caption":["","Note","Notes"],
"actions":"B",
"tabpos":"top",
"unbound": 1,
"tabs": [
{"name":"Customer","target":"Note_Cust_Listing","bindings":{"note_scope_id":"note_scope_id","note_scope":"note_scope","note_type":"'U'"}},
{"name":"System","target":"Note_Sys_Listing","bindings":{"note_scope_id":"note_scope_id","note_scope":"note_scope","note_type":"'S'"}}
],
"tabpanelstyle": "min-width:900px;",
"fields":[
{"name":"note_scope","type":"varchar","length":"32","foreignkey":1,"actions":""},
{"name":"note_scope_id", "type": "bigint","foreignkey":1,"actions":""}
]
},
"Base/Note_CustSys_Tabs_Browse":{
"layout":"form",
// "table":"S",
"caption":["","Note","Notes"],
"actions":"B",
"tabpos":"top",
"unbound": 1,
"roles":{
"client":{ }
},
"tabs": [
{"name":"Client","target":"Client/Note_Listing","bindings":{"note_scope_id":"note_scope_id","note_scope":"note_scope","note_type":"'C'"}},
{"name":"System","target":"Note_Sys_Listing","bindings":{"note_scope_id":"note_scope_id","note_scope":"note_scope","note_type":"'S'"}}
],
"tabpanelstyle": "min-width:900px;",
"fields":[
{"name":"note_scope","type":"varchar","length":"32","foreignkey":1,"actions":""},
{"name":"note_scope_id", "type": "bigint","foreignkey":1,"actions":""}
]
},
"Client/Note_CustSys_Tabs":{
"inherits":"Base/Note_CustSys_Tabs_Browse"
},
"Note_CustSys_Tabs_Browse":{
"layout":"form",
// "table":"S",
"caption":["","Note","Notes"],
"actions":"B",
"tabpos":"top",
"unbound": 1,
"tabs": [
{"name":"Client","target":"Note_Cust_Listing_Browse","bindings":{"note_scope_id":"note_scope_id","note_scope":"note_scope","note_type":"'C'"}},
{"name":"System","target":"Note_Sys_Listing","bindings":{"note_scope_id":"note_scope_id","note_scope":"note_scope","note_type":"'S'"}}
],
"tabpanelstyle": "min-width:900px;",
"fields":[
{"name":"note_scope","type":"varchar","length":"32","foreignkey":1,"actions":""},
{"name":"note_scope_id","type":"bigint","foreignkey":1 ,"actions":""}
]
}
}