Hi
When you click the Save icon a postback is raised, but how do I know it is the 'Save button' on the webhtmleditor that raised the postback and therefore I know to save? If I save everytime a postback is raised it is not always the webhtmleditor that has raised the postback and therefore I could save at the wrong time?
Thanks in advance for your help!
Dave
Thanks
You want to handle the ToolbarClick event of the WebHtmlEditor. In that event the arguments that are passed in will let you know which button was clicked.
Documentation on the event args that are passed in:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Infragistics2.WebUI.WebHtmlEditor.v8.2~Infragistics.WebUI.WebHtmlEditor.ToolbarEventArgs.html