Does the SmartClient framework support component visibility based on user roles, etc?
For example, a button on a page is shown only for specific user roles, etc.
I am thinking something like the following:
isc.Button.create({
ID: "aBtn",
requiresRole: "admin"
})
Thanks in advance for any answers on this.
Regards,
PM.
For example, a button on a page is shown only for specific user roles, etc.
I am thinking something like the following:
isc.Button.create({
ID: "aBtn",
requiresRole: "admin"
})
Thanks in advance for any answers on this.
Regards,
PM.