radeditor

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 ($html) { // modify $html return $html; }; $("#adminEditi...

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? Thanks! ...

Is there a way to get a Telerik RadEditor to not show the toolbar by default when editor.set_html(value) is called in ShowOnFocus mode?

I'm trying to simulate keypresses and clicks in jQuery, which is working to blur the toolbar in IE6 but in Firefox it seems to remain open. Is there some way to blur the editor or some setting that I'm missing that makes it so that it doesn't steal focus and show the toolbar by default? Update it is showing up because I am calling edi...

How do I set the StripFormattingOnPaste property of a Telerik RadEditor with JavaScript?

I don't have access to the actual asp.net server tag itself, so I need to change the StripFormattingOnPaste property to the EditorStripFormattingOptions enum with JavaScript and I'm not sure how. I have some code that adds an OnClientLoad() and OnClientCommandExecuted() functions that works so I can add it in there, I'm just not sure whe...

<div> resize handle in AJAX RadEditor appearing in IE

I am using an AJAX RadEditor from Telerik in a CMS that I am working on. Everything seems to work well in Firefox, but I have noticed some strange behavior in IE. Namely, when content is put in a , it becomes very difficult to manage. Clicking on the content contained in the creates a striped border, with resize handles attached to i...

Telerik RadEditor image manager issues

We are using Telerik RadEditor control in our project and having some problems with its integration with our user documents storage engine. We've implemented custom content provider for Telerik image manager and it shows correct documents in dialog. But in doesn't switch between images while selection. You can see this on this picture. W...

RadEditor display issue (LI)

Hello, I have an issue using Telerik RadEditor with IE (not Firefox, not Chrome and not Safari). I think that i have a conflicting css style but i have no idea of wich one (tryed to delete most of the styles). I also tryed to add a ContentEditorArea.css. How RadEditor displays in IE8 (not very different in IE7) : http://www.skalae.fr/...

RadEditor posts empty in firefox

I'm building a composite control that uses the telerik ajax controls as it's inputs, now the RadComboBox and RadTextBox were working fine, keeping state and returning edited values however the radeditor was posting an empty string everytime. Here's the clincher, it only happens in firefox, in IE the RadEditor works exactly as is expected...

Telerik RadEditor for MOSS - How do I suppress min-width inline CSS?

I'm having an issue with the RadEditor for MOSS, I'm really baffled as to the source of this issue. I tried using Firebug to find where any min-* CSS settings are happening and search came up empty, but I know it's happening because the downloaded page markup does not have that inline CSS. I believe that one of the Telerik control emitt...

Telerik RadEditor memorystream/string save to RTF

Hi, The required functionality I am aiming for is to pull out RTF content from a database, edit it through a web interface (with a WYSIWYG editor) and then place the modified text back in to the database (in RTF format). The control that I am using to do this is Telerik RadEditor (we have a license already for these controls). In the mo...

Telerik RadEditor add comments while being in Preview mode

Telerik's RadEditor is used for our content management system's WYSIWYG editor. We need to find a way to display content for review. User should be able to add comments and NOT be able to change the text itself. Currently, RadEditor has a Preview mode, and i am looking on how to add commenting functionality through context menu or button...

How do we add/remove additional toolbar in RadEditor using JavaScript?

I have a custom button in toolbar, which should add/remove additional toolbar in the editor. Command for the button: <script type="text/javascript"> Telerik.Web.UI.Editor.CommandList["Custom"] = function(commandName, editor, args) { //code to add/remove additional toolbar.. }; ...

radeditor issue with safari

hi... i have a radeditor in my webform and it posts back. if i type any thing in the editor and press enter key for new line and then use any control in the page which reloads the page, then the next line character in the editor gets replaced by $0 and other text remains same as earlier. it happens in SAFARI. Ex. aasdads dsdsds the a...

stop postback for RadEditor with spellcheck

When I use a RadEditor I want to enable the editor's spell check (working thus far). After a spell check the user can either click on the radmodule (toolbar thing) to either "finish spellcheck" or "cancel." Which is all fine and dandy except the "finish" button causes a postback!! I don't want that at this point!! "cancel" more or less d...

how do I let a user upload .zip files in telerik radeditor

Hi, I'm not sure how to allow my RadEditor to accept .zip files it has all of the default content managers (image, flash, template, media, document) and none of these will allow my users to upload a .zip file and I cannot find where I can change this manually. I am using Visual Studio 2010 with Telerik and the RadEditor control. Thank...

RadEditor for MOSS

script tags are not supported in RadEditor for Sharepoint, when i use javascript inside radeditor it is automatically removed. how can i use it in radEditor ...

RadEditor and document.ready

document.ready is not working in RadEditor, when i use the following jquery code <script> $(document).ready(function() { $("#accordion").accordion(); }); </script> It shows as error in RadEditor ...