1. How do add a custom button on the top toolbar in the HtmlEditorExtender? Without pulling myself through a knot-hole backwards.
2. Is there a way to change the AjaxControlToolkit.AjaxFileUploadEventArgs so that, what is returned to the editor, is:
<a href="http://www.mysite.com/Document.pdf" target="_blank">Document.pdf</a>
Instead of:
<IMG src="http://www.mysite.com/myimage.gif">
??
My thought was to add an additional (custom) button and somehow override the InsertImage tag.
<asp:InsertImage />
However, there is very very little documentation for the January 2013 Ajax build.
I have scoured the internet and found that most of the answers to this type of question were answered using an old release of Ajax or incorrectly answered using the Ajax HTMLEditor as an example. But, as you know, the HtmlEditorExtender is NOT the same as the HTMLEditor. I am also aware of the components at obout.com and am not intereseted in that. I am also not interested in using the various free or opensource stuff out there. I want to get this to work using the January 2013 Ajax build. Unless someone knows of a newer build that would help.
I am using:
- VS 2010 4. Framework
- Ajax File Version: 4.1.7.123 1/24/2013 8:49AM
- From: CodePlex Foundation 2012
(Disclaimer - I am not entirely proficient at coding, but I know enough to be dangerous to myself.)