|
Browse by Tags
All Tags » javascript
Showing page 1 of 6 (54 total posts)
-
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 ...
-
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 ...
-
We are using Asp.Net version 3.0.0.0 of teh CuteWebUI.AjaxUploader on several pages on our site.
One page is loaded in an iFrame and displayed in a div styled like a modal dialog.
The page that is loaded in the iFrame has a asp:DropDownList, and a few asp validators. The page works fine in all browsers except FireFox 25.0.1.
When the iFrame/div ...
-
function RichTextEditor_OnLoad(editor)
{
alert("onload: " + editor._config.uniqueid);
editor.SetText(Controller.RTEAddOn_RTEField.value);
}
function ...
-
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,
When going back and forth between Normal and HTML, cute editor is putting extraneous characters in the HTML view. I am using the current 6.6 version. I am entering "test" in both scenarios below.
For IE9:
<div>test</div>
For Chrome:
test<div ...
-
I have two separate update panels one containing a dropdown list that changes the content within that content panel and another updatepanel that contains the Uploader. After I select the dropdown and the content in the first updatepanel is refreshed, the button defined in the Uploaded no longer functions. Has anyone encountered this ...
-
Hi, we could not find the filname of a particular file at client side using ajax file uploader.
how to handle this.. need your suggestions .. regardsjayaseelan
-
I get the error ''Resource interpreted as Image but transferred with MIME type text/html'' when I try to insert an image in the editor in Chrome. I have narrowed it down to the call to editor.InsertElement(img); Can anyone please help me fix this error?
-
So I've the following page (edited for ...
1 ...
|
|
|