In the CuteEditorUsersGuide.pdf there's a mention of a "Save" button a couple of times... both in the list of buttons on page 11 and in several of the AutoConfigure layouts. Yet, for the life of me I can't get a "Save" button to appear. I've tried manual configuration and setting the Template property. How can I do this?
Second, when this button is pressed I'd like a PostBack with a specific "OnEditorSave" event to be called... does this happen? I'm hoping that the TextChanged event suffices for this. If not, I presume I can inherit and create a class with such a button and event... or perhaps there's an easier way. I saw the article on how to add my own button... but I'd like to tie this in with a .NET PostBack event.