I build websites using DotNetNuke and recently I had a need to force downloads from standard A tag hyperlinks. This can be done with modern HTML5 browsers using the "download" attribute. But, the RadEditor that the DNN site offers strips this attribute while in its standard HTML mode. The only way I can get it to work is to switch the editor into text mode, which causes issues when later opening / saving the content in HTML mode.
Is there any method to alter the behavior of the editor to accept / allow the "download" attribute?
Thanks.