htmleditorextender

Custom button in HtmlEditorExtender control?

﹥>﹥吖頭↗ 提交于 2019-12-24 08:19:43
问题 I'm in dire need of assistance. I need to add a custom button to an HtmlEditorExtender control, but I'm lacking the know-how to actually do that. I've searched throughout this forum but no information was relevant or whatsoever. Should someone be so kind to help, I need an example to help me sort this issue out. Thanks in advance. 回答1: One possibility is to add it to the DIV containing the buttons using javascript. I do it using jQuery. If you inspect the DIV in Firefox, you'll notice that it

Error while running the website using AjaxControlToolkit

一笑奈何 提交于 2019-12-14 03:00:17
问题 I am using AjaxControlTookit in my website. The website was running fine until I added the HTMLEditorExtender. Then the exception which came was The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>) I resolved it using a suggestion on one of the questions on stackoverflow.com only. Solution was to delete the ajax control kit tab from the toolbox and then again add the tab and the items and update the dll file. I updated the DLL file and performed