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.
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.