Questions tagged [htmleditorextender]

HTMLEditorExtender is a Control that allows you to easily create and edit HTML content. Various buttons in toolbar are used for content editing. You can see generated HTML markup and preview document.

48 questions
7
votes
3 answers

AjaxControlToolKit HTMLEditorExtender adding anchor tag as a normal text when a link is added

I am unable to write a nice title to this topic because my problem is a little weird. I am using AjaxControlToolkit HTMLEditorExtender in my website to send HTML formatted emails. Every other feature like bold, italic, underline etc. are working…
Shiva Pareek
  • 1,719
  • 5
  • 21
  • 42
6
votes
2 answers

TextBox using HTMLEditorExtender does not insert new line when pressing Enter

I am using AjaxToolKit's HTMLEditorExtender control in my website. The markup is as follows:
Shiva Pareek
  • 1,719
  • 5
  • 21
  • 42
2
votes
1 answer

Postback issue with HtmlEditorExtender

I'm currently working on a project that needs HtmlEditorExtender. Recently I faced a weired problem just with the HtmlEditorExtender. When I type texts and click on button Save. Everything works fine. But When I copy & Paste texts ( short or…
rebo lavo
  • 179
  • 1
  • 2
  • 13
2
votes
1 answer

Asp.net Html editor Extender: how to limit font size?

How can I change a html editor extender's maximum allowed font size to 16px or '3' setting programmatically? I searched web but couldnt find any parameters for this like :
Tuğrul
  • 372
  • 3
  • 14
2
votes
0 answers

Use specified css file for HtmlEditorExtender design view?

Does anyone know of a way to make the HtmlEditorExtender use a specified css file to display its content in design view? I am replacing occurences of FreeTextBox, which has a DesignModeCss attribute that accepts a file path. By using that I could…
alpha pecap
  • 353
  • 3
  • 11
2
votes
1 answer

HTMLEditorExtender removes "class", "id" attributes

The HTMLEditorExtender seems to be stripping "class" and "id" attributes of my HTML elements, even with EnableSanitization="false". Is this the default behavior? Is there a work-around? I'm using the latest release of…
Rivka
  • 2,172
  • 10
  • 45
  • 74
2
votes
4 answers

HtmlEditorExtender does not show Icons

As the subject says. I've bound an HtmlEditorExtender to a textbox but it doesn't show the icons in the toolbar, just grey buttons.
Alex S.
  • 156
  • 2
  • 11
2
votes
1 answer

AJAX HtmlEditorExtender and getting text from the textbox?

I'm just starting to get to grips with web development and trying to build up some experience. I am implementing the HtmlEditorExtender in my website. I have added all the files and references necessary to use this control and I've got the control…
Dave Knowles
  • 23
  • 1
  • 4
1
vote
0 answers

Capture paste into HtmlEditorExtender TextBox and modify it

My goal is to capture the pasted data into a TextArea attached to an HTMLEditorExtendor and remove all the html, then put that modified data into the control. Is this possible? I've tried to grab the OnPaste event but it doesn't seem to fire. This…
Jon Glazer
  • 783
  • 1
  • 10
  • 25
1
vote
1 answer

HTMLEditorExtender of ASP.NET AJAX Control Toolkit set up issues

I am getting the "The Sanitizer is not configured in the web.config file. Either install the AjaxControlToolkit.HtmlEditor.Sanitizer NuGet package or set the EnableSanitization property to False (insecure)." error message that a lot of people are…
user79284
  • 175
  • 1
  • 2
  • 18
1
vote
1 answer

How do I set the default language for the HtmlEditorExtender (AJAX Control Toolkit)?

I'm trying to implement the HtmlEditorExtender from AJAX Control Toolkit. Is it possible to change the control language? I'd want the language to be French. I have no problem at all changing the language of the CalendarExtender control, but it…
1
vote
1 answer

HtmlEditorExtender stripes out pre tag

I have coded my own quoting system since HtmlEditorExtender does not have a quote system. Or does it have? asp.net 4.5 and ASP.NET AJAX Control Toolkit 16.1.0.0 In 2016 do we still not have whitelisting feature? For quote, i am using pre tag.…
1
vote
2 answers

htmleditorextender medium trust level alternative

I have been using the ajaxcontroltoolkit htmleditorextender, which on the development server worked fine but then when I uploaded to my 1and1 shared hosting it does not work. Seems to require a high/full trust level, which 1and1 do not allow on this…
M_Griffiths
  • 547
  • 1
  • 7
  • 26
1
vote
0 answers

Ajax's HtmlEditorExtender issues with IE

Resources: WebForm, VS 2010, .Net 4.0, SQL Server 2008 R2, IE 11 & Chrome 36.0.1985.125 m. The web form is meant to create email notifications. Therefore, I have a textbox with an ajax HtmlEditorExtender attached to it. After the user adds/edits the…
Sergiu
  • 432
  • 6
  • 18
1
vote
1 answer

HtmlEditorExtender inside Repeater all Toolbar button missing icon

I have textbox and HtmlEditorExtender inside the Repeater Item, the rendering went all wrong! Anybody has any idea how to solve this? Below is the sample code.
TPG
  • 2,811
  • 1
  • 31
  • 52
1
2 3 4