Search

You searched for the word(s): document
Showing page 85 of 325 (3,244 total posts) < 1 second(s)
  • Re: Intermittent Problem with CuteEditor_OnInitialized

    Here's a sample page with no linked script.  Just load this in Internet Explorer (I'm using version 7.0) and hit the refresh after each load.  The problem occurs sporadically, but does happen.  It's more apparent if you add an alert to the CuteEditor_OnInitialized stub as well so that you can see it fire instead:   <%@ ...
    Posted to Cute Editor for .NET (Forum) by Frank Leinbach on June 3, 2008
  • Document with version 5.1 release diff

    Hi Adam:        I am looking for a document that details the release diff between version 5.1 minor and version 5.0. Please let me know once it is uploaded by CuteSoft so we can download it and review.   Thanks and regards,   Don P.
    Posted to Cute Editor for .NET (Forum) by Pintod on November 28, 2005
  • Re: Adding code snippets in JavaScirpt

    Hi frJericho,   Please try the example below. It shows you how to add the code snippets dynamically in javascript.   If you want to add it in server side code, please refer ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on December 11, 2013
  • Re: adding content to the popup photogallery

    Hi afrika, #1 Can you show me the full code of your page? Can you post a screenshot to show where you can still posts the comment? #2 Open file ''\CuteSoft_Client\Gallery\Layout\Classic\Code.js'' Find section below and delete it, that is the file name ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on June 6, 2012
  • Re: Need help with eval

    Dear ediguy,   If I were to incorporate support into an existing site, would I need to take every component on the package and add it to the web application?      You can refer to installation steps, http://cutesoft.net/live-support/Deployment/Live_Support_standalone/Deployment.htm , you only need follow those ...
    Posted to Cute Live Support (Forum) by Eric on February 3, 2011
  • Re: Stylization of AjaxUploader

    Bob   You can replace the queue-table by this way :   http://ajaxuploader.com/document/scr/create-custom-queue-table.htm   and this code for attachments table ...
    Posted to Ajax Uploader (Forum) by cutechat on August 5, 2009
  • Re: PageRequestManagerParserErrorException - Please HELP

    Greg ,   1 - when the file be uploaded , it will do the postback , and fire the FileUploaded event.   if your page use MSAJAX, it will be a AJAX postback , otherwise it will be a FORM postback.   you can use javascript to catch the PostBack event http://ajaxuploader.com/document/scr/JavaScript-API.htm   2 - Uploader ...
    Posted to Ajax Uploader (Forum) by cutechat on July 9, 2009
  • Re: Custom Button pasteing Javascript

    Hi jbucknor,     Try this code please:   <%@ Page Language=''C#'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 8, 2008
  • Re: Insert Hyperlink browse button

    Could anyone provide me with a little direction on this?  How do I return information to the insert hyperlink dialog and set the text property of the inp_src textbox on the tag_a.ascx page from the dialog window opened by the tag_a.ascx? I have tried using opener.document.getelementbyid(''inp_src'').text = value, but this does not ...
    Posted to Cute Editor for .NET (Forum) by ThePope78705 on October 29, 2008
  • Re: issue with showing text in the editor...

    I have a similar issue: I need to set the text of the editor on window load, on the client side. I used function window.onload() {      var editor1=document.getElementById('<%=Editor1.ClientID%>');     var editdoc=editor1.GetDocument();     editdoc.body.innerHTML=unescape('some ...
    Posted to Cute Editor for .NET (Forum) by Nimendra on December 7, 2005
« First ... < Previous 83 84 85 86 87 Next > ... Last »