Hi,
I am developing my own custom widget for use in WAB. I have this button:
<div data-dojo-attach-event="onclick:_onExecute" class="jimu-btn" style=" text-align:center;">Redigér</div>
which i would like to disable at onOpen . I tried giving it id and data-dojo-attach-point but i couldn't manage to disable the button. Can someone point me in the direction of how to achieve this?
What i am trying to achieve is to disable the button until i have made some checks.
Thanks