Is there a way to disable editor buttons after editor has been opened, nor change buttons, juste disable them ? Thanks Bob
Maybe in the Editor open event you can use button().disable() or buttons().disable().
open
button().disable()
buttons().disable()
Kevin
It looks like you're new here. If you want to get involved, click one of these buttons!
Replies
Maybe in the Editor
open
event you can usebutton().disable()
orbuttons().disable()
.Kevin