I have noted that the default Save button comes up disabled. Is there documentation on how to make use of the Save button, which seems very useful if it can be made to work as expected:
1) When you first load the editor, it should be disabled. 2) When the editor is dirty, it should be enabled. 3) When you click on the enabled save button, it should emit an event we can capture for an AJAX message or whatever other client side processing is desired.
Re: Save button is disabled in source mode.
1) When you first load the editor, it should be disabled.
2) When the editor is dirty, it should be enabled.
3) When you click on the enabled save button, it should emit an event we can capture for an AJAX message or whatever other client side processing is desired.
I presume this is possible, but how is it done?
Thanks!