|
|
Browse by Tags
All Tags » javascript
Showing page 1 of 6 (51 total posts)
-
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 ...
-
Hi, When trying to upload a file to our web server using the cute uploader control I get a javascript error telling me the Access is denied. I have tried to do the same thing on my local machine and on a staging environment and in both cases it works fine it just has an issue with the live web server for some reason. What makes ...
-
Hi, We are using the cute editor for .net for creating message template in our project. In our application we have a set of predefined forms which has HTML text as well as javascript code. All these forms are created and saved as form templates in the cute editor file system. While creating the new message template, we can choose from any of ...
-
Hi all. My company is using Cute editor and we have customers that we would like to allow to use Javascript within Cute. We have disabled ''EnableStripScriptTags'', and are testing the fix. Unfortunately, I have noted that when Javascript is entered in the editor, we get strange behaviour in IE. After saving some content to a ...
1 ...
|
|
|