Questions tagged [radeditor]

Rich text editor control by Telerik. Part of their Dev Tools for .NET product line including ASP.NET AJAX and ASP.NET MVC.

The control provides "Word-like" editing capabilities on the web including bold, italics, alignment, styling, hyperlinks, etc. All code generated is valid HTML and allows users without knowledge of HTML to generate content. The editor is also easily extended to add custom functionality.

Telerik Website

RadEditor Detail Page

147 questions
4
votes
1 answer

Can Sitecore's rich text editor's internal link manager remember your last location?

Question Is it possible to remember the last item linked and have that one be selected the next time the Insert a Link dialog box is used? Background Our Sitecore content editors use the rich text editor (Telerik RadEditor) to edit HTML content on…
Dan Sinclair
  • 907
  • 1
  • 9
  • 27
3
votes
2 answers

Telerik RadEditor HTTP POST VALUE not being updated (ASP.NET Web Forms)

I am currently writing a ContentManager in ASP.NET. I have a preview button which uses jQuery to post the form data to new window and shows how a page would look without saving it to the database and effecting the live site. Although its been…
TroySteven
  • 4,885
  • 4
  • 32
  • 50
3
votes
4 answers

How can I validate text as being valid HTML?

I'm using an older version of Telerik's Editor control, and storing the text that's input in a SQL database, then displaying the HTML later. Is there any way in ASP.NET (2.0) to validate a string as being valid HTML before saving to my database?…
Mark Carpenter
  • 17,445
  • 22
  • 96
  • 149
2
votes
3 answers

Telerik RadEditor doesn't work well on live website

I'm using a Telerik RadEditor in my Web Project, in localhost editor works well but in the host the style editors(bold, italic etc.) and paragraph selections don't work. How can i solve that problem? Update: (From OP's post, below): Well here is the…
mehmetserif
  • 1,185
  • 7
  • 26
  • 48
2
votes
2 answers

Telerik RadEditor dialogs rendering in random element

Please see this screenshot: http://img200.imageshack.us/img200/3349/radeditorweirdness.jpg The radEditor dialogs are rendering within a form on my master page.. and I can't for the life of me figure out why.. Wouldn't it try and render somewhere up…
chemicalNova
  • 831
  • 5
  • 12
2
votes
2 answers

Adding RadEditor using javascrpt:getting unterminated string literal error

var editCommentDiv = '
'; editCommentDiv += '
'; editCommentDiv += '
user3792804
  • 37
  • 10
2
votes
1 answer

How to set cursor position on the first line at Telerik’s RadEditor programmatically?

I am using Telerik's Radeditor and when the editor loads,I want to set the cursor position on the first line at position 1. The radeditor's Api doc says that the following command does the job: docEditor.setFocus(); and i also found this…
Giannis Grivas
  • 3,374
  • 1
  • 18
  • 38
2
votes
1 answer

Radeditor set_html working but throws a javascript error that stops the rest of the function

I have a table that contains a number of input boxes that represent custom tags within the RadEditor, something like this: (td:0) (td:1) Foo value : [______________] Bar value : [______________] [OK] these are to replace text…
kolin
  • 2,326
  • 1
  • 28
  • 46
2
votes
8 answers

RadEditor requires a HttpHandler registration in web.config

When I add this code to my aspx ,
zey
  • 5,939
  • 14
  • 56
  • 110
2
votes
3 answers

Using telerik RadEditor convert image to stream and display it to browser

I have placed a radeditor control in my aspx page and copy pasted some content from microsoft word to it that was containing an image along with some text data. Then I saved the data. I marked that it was converting the image to stream. The string I…
Dev
  • 6,570
  • 10
  • 66
  • 112
2
votes
1 answer

Resizing RadEditor's width on window.resize

For some reason, I can't get my RadEditor to resize itself on window.resize. My javascript function getsCalled but nothing seems to modify the RadEditor's appearance. In the first place, I thought it'd resize by itself but it's not...it is resizing…
Francis P
  • 13,377
  • 3
  • 27
  • 51
2
votes
3 answers

How do I set the default font on Telerik's RadEditor?

There must be an easy way to set the default selected font of the Font Name dropdown list. I've been looking around on the Telerik site and forums but I can't find a simple way. Maybe there is no simple way, but maybe I just can't find it. Here is…
unnknown
  • 1,715
  • 2
  • 19
  • 37
2
votes
2 answers

Changing the value of a Telerik RadEditor with Javascript/jQuery

I'm trying to manually clean the HTML of a Telerik RadEditor with Javascript but I can't seem to find the correct place to store the value so that it gets saved on post back. Here's the JS I have: $(function () { jQuery.fixHash = function…
travis
  • 35,751
  • 21
  • 71
  • 94
1
vote
1 answer

Telerik ASP.NET RadEditor and Azure Blob Storage?

I am using Telerik RadControls in a plain ASP.NET application. I tried different things to configure the file managers of a RadEditor control, like for example DocumentManager, but I can not get the thing working. I looked online for any tutorial,…
asuciu
  • 1,234
  • 2
  • 21
  • 35
1
vote
0 answers

Telerik RadEditor controls are disabled in inline editing mode

I have some custom drop downs under EditorToolGroup in RadEditor. I wanted to enable a drop down when I am in inline html editing mode. How to do it?
DhavalR
  • 11
  • 2
1
2 3
9 10