Search

You searched for the word(s): javascript
Showing page 157 of 229 (2,286 total posts) < 1 second(s)
  • retrieve data from editor

    Hi My integration is like this. 1)the editor is deployed as an asp.net application 2)In ourmain asp page, we have a iframe that links to the asp.net editor page 3)our main asp page has quite a few other data fields and when a user click ''save'' button in the main asp page, it should save the editor data and the data in ohter fields. That is, ...
    Posted to Cute Editor for .NET (Forum) by mark lin on December 16, 2005
  • Re: Get selected text and rewrite it

    >>How can I get a selected HTML text and replace it with my own?    var editor1 = document.getElementById('<%=Editor1.ClientID%>');     var editselection=editor1.GetSelection();      var r= editselection.createRange();    alert(r.htmlText); // ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 25, 2005
  • Encoding mailto: links within the editor

    Is there a way currently to encode a mailto: link so that spammers can't harvest e-mails?  I know you can use javascript on a regular html page to do this but was not sure how you could implement this in the editor within DNN.   If you can do this already could you please post an example?  If not is this something that could be ...
    Posted to Cute Editor for .NET (Forum) by netmds on October 26, 2005
  • Expected hexadecimal digit error

    I have a site that has been upgraded to V5.  When i run it on an internal server, its fine but once I put it onto an external server, complete with SSL then i get a javascript Expected hexadecimal digit error when it attempts to load the editor.  All the buttons appear to be showing EXCEPT the dropdowns: Font, size, etc.   I've ...
    Posted to Cute Editor for .NET (Forum) by cheryll on October 2, 2005
  • Struggling with PasetHTML()

    Here's how I have the control in my ASP.NET page: <ce:editor id=''Editor1'' runat=''server'' width=''680'' height=''550''></ce:editor> But this javascript gives me an error: var editor1 = document.getElementById('CE_Editor1_ID');editor1.PasteHTML('This is a test');I get this error: Error:  Object does not support this ...
    Posted to Cute Editor for .NET (Forum) by cmessineo on September 16, 2005
  • Security config change at runtime?

    Adam,   DNN 3.1 using CuteEdutor 4. I want to configure CuteEditor in certain modules to use a particular security.config file while others use another security config file. Currently this is all stored in the web.config file for the CEHTMLProvider.   Is there any way I can dynamically change the config file used via javascript on ...
    Posted to Cute Editor for .NET (Forum) by lucast on July 21, 2005
  • Trouble displaying RTB in Firefox in a div tag

    I want a Tabbed interface, so I'm using code that hides elements of a page using DIV tags with a ''display:none;'' style. Then, when the user clicks on the tab, I use javascript to change the style of the DIV. In this way I hide instances of a RTB on a page. Please see image as an example: When I do this, I cannot use the RTB when in ...
    Posted to Cute Editor for .NET (Forum) by dsmajor on June 7, 2005
  • New license on an old build.

    We acquired a site using an old version of CuteEditor for .NET (1.1.1284.1040). We purchased a 4.0 license, but it doesn't appear to work with the old dll. The editor comes up on the page, but is disabled. We're also getting javascript errors. Dropping the new dll into the site creates all kinds of issues--namespaces and errors on the ...
    Posted to Cute Editor for .NET (Forum) by apeckens on November 30, 2004
  • Re: Firefox Issue!

    Sure ... below is the code: <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page language=''c#'' Codebehind=''Contact.aspx.cs'' AutoEventWireup=''false'' Inherits=''Mista.Contact'' %> <!doctype html PUBLIC ''-//W3C//DTD XHTML 1.1//EN'' ...
    Posted to Cute Editor for .NET (Forum) by KenA on November 26, 2004
  • Hidden CuteEditor doesn't get initialized in Firefox, Chrome and Safari

    Hi, We have our CuteEditor (version 6.0, but 6.6 has the same error) in an ASP.NET AJAX ModalPopup, which means it is hidden by default. When a user wants to edit a rich text field, we show the modal popup and use the JavaScript API to set the HTML in the editor and retrieve it again when editing is done. This works perfectly in IE ...
    Posted to Cute Editor for .NET (Forum) by KoenV on March 8, 2010