41 lines
802 B
JSON
41 lines
802 B
JSON
{
|
||
"tblname":"jsonhttpapi",
|
||
"params":{
|
||
"title":"应用api",
|
||
"description":"应用api管理,配置与外部系统的api应用接口,需要api返回json格式数据",
|
||
"sortby":"name",
|
||
"logined_userorgid":"ownerid",
|
||
"toolbar":{
|
||
"tools":[
|
||
{
|
||
"name":"test",
|
||
"icon":"test.png",
|
||
"selected_row": true,
|
||
"label":"接口测试"
|
||
}
|
||
]
|
||
},
|
||
"browserfields":{
|
||
"exclouded":["id", "ownerid"],
|
||
"alters":{}
|
||
},
|
||
"binds":[
|
||
{
|
||
"wid":"self",
|
||
"event":"row_selected",
|
||
"actiontype":"script",
|
||
"target":"self",
|
||
"script":"console.log('test', params);"
|
||
},
|
||
{
|
||
"wid":"self",
|
||
"event":"test",
|
||
"actiontype":"script",
|
||
"target":"self",
|
||
"script":"console.log('swith event', params);"
|
||
}
|
||
],
|
||
"editexclouded":["id", "ownerid"]
|
||
}
|
||
}
|