Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Browse by Tags
All Tags
»
javascript
»
Rich Text Editor
AJAX
CuteSoft Editor for .net
IE
Select/Option Ritchtexteditorn
template
update stausUI
I've made a custom control that behaves like Bold Italic and Underline. The only thing I need is to make the UI change wenever focussed. I have the following setup in the ...
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
marvin
on
January 14, 2014
selection to node
Is it possible to get the first node from editor.GetRangePreviewHTML(); or get the selected node from the editor. I have made a custom element so to speak and I want to check the selection so that when you select this element you still get the same dialog but you edit the node instead of wrap it with the same node. For example I have ...
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
marvin
on
January 7, 2014
Javascript is passing variable (object) by reference?
function RichTextEditor_OnLoad(editor) { alert("onload: " + editor._config.uniqueid); editor.SetText(Controller.RTEAddOn_RTEField.value); } function ...
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
mwinata
on
April 19, 2013
Javascript error in IE7 and IE8 when using Ajax to get Editor
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 ...
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
DanielBarratt
on
January 29, 2013