|
|
Browse by Tags
All Tags » Rich Text Editor
-
We currently use Cute Softe editor for .Net.
have been tesing and evaluating the Rich Text Editor program Want to use it.
Problem is the last time we slid ina new editor into our environment, the users were very unhappy because the new editor did not recognize the HTML from the previous editor and existing documents did not ...
-
Does anyone know how to make the editor behave as if it was running on A4 sheets of paper with margins? like in Word? So that users can see where the pages breaks are, and when we save as PDF it produces a document with margins, not with everything starting in the extreme top left corner?
I can see a value called PDFPageStyle but it seems ...
-
function RichTextEditor_OnLoad(editor)
{
alert("onload: " + editor._config.uniqueid);
editor.SetText(Controller.RTEAddOn_RTEField.value);
}
function ...
-
1. We are having an issue with pasting a table from Excel 2010. If we are using IE 9 and copy a table in from Excel, the following code is copied over within the table ...
-
1) Create a basic ASP.Net (I am using .Net 2.0) page containing the editor:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="test.aspx.cs" Inherits="Common_test" %>
<%@ Register TagPrefix="RTE" Namespace="RTE" Assembly="RichTextEditor" ...
-
Type the following into the editor:
this i.e.
Then hit the spell check button. The spell checker highlights the "i" in the first word. But is actually complaining about the "i" in i.e.
This bug is compounded where there is more text containing i's.
Regards
Daniel Barratt
-
I have an C# ASP.net page that adds the editor programmatically:
protected void Page_Load(object sender, EventArgs e)
{
RTE.Editor ed = new RTE.Editor();
ed.ID = "myEditor";
Page.Controls.Add(ed);
}
This works fine in IE7 ...
-
Hi Terry,
I got the same problem as mentioned above. I already follewed the steps on the website given above but the problem still insist.
When I click on e.g. Add Image I get an alert pop-up with the source code of my page. After I close the pop-up and click on Upload image I got the same error message as above.
Any ...
-
In CuteEditor, we utilize the function of creating a drop down list of snippets to insert into the text area by defining in the config file, <item type="dropdown" name="DropDownSnippets" text="snippets"/>.
After that, we call something similar to the following to populate the drop ...
-
The next-generation editor is now available! RichTextEditor for asp.net is by far the fastest, cleanest, most powerful online wysiwyg content editor. It's also available for PHP and ASP. It enables asp.net web developers to replace any textbox/textarea with an intuitive word-like wysiwyg html editor.
Rich Text Editor toolbar is ...
|
|
|