Hi there
in clientDefs <entity> .json
I'd like to add a new button like that :
Is there a way to open that link in a new window ? adding an extra attribute like target="_blank" ?
Thanks
in clientDefs <entity> .json
I'd like to add a new button like that :
PHP Code:
"menu": {
"list": {
"buttons": [
{
"label": "Dashboard",
"link": "?entryPoint=Dashboard",
"acl": "read",
"style": "default",
"aclScope": "xxxxxxx"
}
]
}
},
Thanks
Comment