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
Replies
Maybe in the Editor
openevent you can usebutton().disable()orbuttons().disable().Kevin