Search

You searched for the word(s): javascript
Showing page 27 of 408 (4,076 total posts) < 1 second(s)
  • Re: Editor deletes my Javascript

    Please make sure the you set Admin_EnableStripScriptTags  =''false''  in your web.config.   <add name=''CEHtmlEditorProvider''         type=''DotNetNuke.HtmlEditor.CEHtmlEditorProvider, DotNetNuke.CEHtmlEditorProvider''         ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 11, 2005
  • Problem with spell checker - javascript error

    I am using cute editor v. 4.5 and i have a problem with the spell checker,I get a java script error, after the pop up loaded.While debugging I found out that the source of the error is that an element with the ID of 'CE__ID_Frame'was not found and therefore the text could not be retrieved. any idea why it happens ? - and what can I do to ...
    Posted to Cute Editor for .NET (Forum) by assafbl on September 12, 2005
  • Re: javascript error DNN 2.1.2 and CE 4.0.0.6

     Adam wrote: Is your DotNetNuke a modified version? No we have the original (no core framework changes) version 2.1.2 (additional TTT ADSI Modul and some comercial Modules)   Adam wrote: Have you copied the Cute Editor client files to your server as well?Yes  Adam wrote: If you still have problems, can you provide a ...
    Posted to Cute Editor for .NET (Forum) by stadler on April 28, 2005
  • JavaScript not decrypting

    I am upgrading from 3.0 to 4.0.0.4 and can not get editor to load in IE 6 or FireFox (Have not tried any other browsers).  I am getting an “Invalid Character” client side exception and quickly realized that all *.js.aspx pages are returning the encrypted sources.  When I call the *.js.aspx?settinghash=xxxxx in the ...
    Posted to Cute Editor for .NET (Forum) by custfeedback on January 24, 2005
  • Re: editor.ExecCommand in javascript to load html

    conradprogrammer,   To load HTML from a file, you need to use the server side method instead of client side code.   Editor.LoadHtml Method  Loads the contents of a HTML file into the CuteEditor control. Parameters _filename The html file to load into CuteEditor Example ...
    Posted to Cute Editor for ASP (Forum) by Adam on May 14, 2009
  • Re: Upload button works only after second press + Javascript errors

    Hi antiflu, Do you get the same problem with the default demo? Does it only happens on your own page? Do you get the same problem(needs double click to to open the dialog) on demo http://www.ajaxuploader.com/Demo/select-multiple-files-upload.aspx ? #1 the javascript errors Please create an example page name ...
    Posted to Ajax Uploader (Forum) by Kenneth on July 3, 2012
  • Re: Access Cute Editor Text from client side javascript (before post)

    johnkeithwood, There is no function called saveHTML. Terry just gave an example.After you get the editor document object: var editdoc=editor1.GetDocument();  You can get the content using the javascript. For example: alert(editdoc.body.innerHTML) You can also set the content to the editor using the javascript ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 2, 2004
  • Javascript Not Working in Firefox

    I built my own CuteEditor hyperlink insertion feature (for various reasons).  Here is what happens...   1.  You click on an ASP/VB.Net ImageButton that opens an AJAX modal popup. 2.  You input the hyperlink's display text and URL into the modal popup then click an ASP/VB.Net button. 3.  A Javascript is invoked that ...
    Posted to Cute Editor for .NET (Forum) by MDCragg on October 31, 2009
  • Re: <script> tags stripped by javascript call to setHTML

    CuteSoft replaces my <script> block with an HTML comment containing: {cps..3}...  even after adding setTab...   i.e.         editor.SetActiveTab(''Edit'');         editor.setHTML(htmlStr); I notice it saves the <script> stuff into ...
    Posted to Cute Editor for .NET (Forum) by dcorbett on March 19, 2008
  • Re: Problem with Javascript attached events

    Here is the solution: Add the following code in the bottom of your page:   function CuteEditor_OnCommand(editor,command,ui,value)   {    //handle the command by yourself    if(command==''TabEdit'')    {       //reattach the event ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 11, 2007
« First ... < Previous 25 26 27 28 29 Next > ... Last »