Is there a way to disable the right button like here in the contacts app?
Asked
Active
Viewed 332 times
1 Answers
2
Set the enabled
option to false.
rightButtons: [
{
id: 'fertigBtn',
text: 'Fertig',
enabled: false
}
]

guy.gc
- 3,359
- 2
- 24
- 39