I've added my own save button to the toolbar for inline editing, but i would like to have it initialize as being disabled, but automatically enable the button when the editor is dirty. Could someone point me in the right direction?
Mon, 05/12/2014 - 19:52
#1

How to enable a save button when dirty
you should have to changes in the button properties to disable it.
Thanks for the reply Renold.
Thanks for the reply Renold. I guess i'm more interested in the best practices regarding an event hook for monitoring the dirty state and then enabling/disabling the button. I know that you can use .enable() and .disable() to change the state of the button, but how do i trigger the change?