I have
<ons-toolbar-button id="buttonNext" disabled >Next</ons-toolbar-button>
and I want to programmatically enable it or disable it again.
I found that in ons-button, there is methods like setDisabled(true) but not for ons-toolbar-button.
Could someone shed some light on how to programmatically enable/disable ons-toolbar-button? thanks.