add docs
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"title": "",
|
||||
"type": "page",
|
||||
"body": [
|
||||
{
|
||||
"type": "form",
|
||||
"title": "",
|
||||
"mode": "horizontal",
|
||||
"horizontal": {
|
||||
"leftFixed": true
|
||||
},
|
||||
"name": "sample-edit-form",
|
||||
@init_api_org@
|
||||
"api": {
|
||||
"method": "post",
|
||||
"url": "${ls:base_ip}/xapi/v2/${ls:base_db}/orm_api/2/",
|
||||
"data": {
|
||||
"&": "$$",
|
||||
"token": "${ls:token}",
|
||||
"_$_tableName": "@TableName@",
|
||||
"_$_pk": "@pk@",
|
||||
"_$_action": "C"
|
||||
},
|
||||
"dataType": "form"
|
||||
},
|
||||
@insert_default@
|
||||
"body": [
|
||||
@Fields_by_add@
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user