< Back
You are here:
Print

2.4.03 tabgrid / modaltabgrid

If a grid will be the parent of a tabform, a form with multiple tabpages, you need to start it as a tabgrid. This way BOA will ask all the information to create the different tabpages of your form.

{
“title”: “Customers.”,
“endpoint”: “/tabfiles/klant”,
“pagetype”: “tabgrid”,
“hidefilter”: “0”,
“position”: “top”,
“icon”: “/”,
“id”: “klanten”,
“buttons”: [
“add”,
“edit”,
“delete”,
“exit”,
“print”,
“export”
],
“onclick”: {
“endpoint”: “/tabfiles/klant/form”,
“pagetype”: “tabform”,
“buttons”: [
“delete”,
“add”,
“save”,
“list”,
“previous”,
“next”,
“exit”
]
}

Previous 2.4.02 form / modalform
Next 2.4.04 tabform / modaltabform
Table of Contents