jsharmony-factory
Version:
Enterprise framework for jsHarmony
33 lines (32 loc) • 1.28 kB
JSON
{
"Help_Listing": {
"source_files_prefix":"{{Help_Listing}}",
"title":"Help Index",
"caption":["","Help","Help"],
"table":"{schema}.help__tbl",
"sqlwhere":"(help_listing_main=%%%TRUE%%%)",
"actions":"B",
"roles": {"*":"B"},
"layout":"grid",
"hide_system_buttons": ["help","export"],
"sort":["^help_seq","^help_title"],
"samplerepeat":5,
"popup":[850,525],
"fields":[
{"name":"help_id","type":"bigint","key": 1,"datalock":{"cust_id":"always"},"control":"hidden"},
{"name":"help_seq","type":"int","actions":"B","control":"hidden"},
{"name":"help_target_code","type":"varchar","length":50,"foreignkey":1,"datalock":{"cust_id":"always"},"control":"hidden"},
{"name":"help_title","type":"varchar","length":"70","caption":"Help Module","controlstyle":"width:350px;","actions":"B","link":"update:Help__model","sample":"Test - General Information"}
],
"oninit": "_this.oninit(xmodel);",
"onload": "_this.onload(xmodel, callback);"
},
"Client/Help_Listing": {
"inherits": "Help_Listing",
"roles": { "client": {"C*":"B"} },
"sqlwhere":"(help_listing_client=%%%TRUE%%%)",
"fields":[
{"name":"help_title","link":"update:Client/Help"}
]
}
}