Quantcast
Channel: AjaxControlToolkit Work Item Rss Feed
Viewing all articles
Browse latest Browse all 4356

Closed Issue: HTMLEditorExtender - Hyperlink toolbar button not shown by default [27037]

$
0
0
I noticed that in HtmlEditorExtender.cs, CreateButtons

That the code to add the hyperlink button is commented out (see code snippet below).
Is there any reason for this?

buttonList.Add(new InsertOrderedList());
buttonList.Add(new InsertUnorderedList());
//buttonList.Add(new CreateLink());
//buttonList.Add(new UnLink());
//buttonList.Add(new FormatBlock());
buttonList.Add(new RemoveFormat());
//buttonList.Add(new InsertImage());
buttonList.Add(new SelectAll());
buttonList.Add(new UnSelect());


Graham
Comments: Updated code to show Hyperlink toolbar button by default.

Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>