Search

You searched for the word(s): document
Showing page 209 of 325 (3,244 total posts) < 1 second(s)
  • Re: How to get started with Cute Editor

    Hi Bod,   Here is the code in VB:   <%@ Page Language=''VB'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <!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 3, 2008
  • Re: Problem using CuteEditor on server with several webs

    The file errored on the creation of the XML document, which means you do not have the correct XML loaded. The application can be changed to the version you have or you can update the server, but you need to find out which version you have. Download the following file http://www.az-technology.com/xmldom.zip, unzip it and run it in your web1 ...
    Posted to Cute Editor for ASP (Forum) by rcroeder on March 20, 2006
  • Re: dialog crashes ie

    Hi again, now after rebooting my workstation, I noticed that actually ''insert emotions'' works fine as long as I don't click Insert image, document etc buttons. Those insert file buttons cause the crash of IE, and after clicking them every button to open a dialog crashes IE until I reboot the PC.When I click some of Insert files buttons in FF, I ...
    Posted to Cute Editor for .NET (Forum) by hjantti on March 20, 2006
  • Re: Client-Side API

    This is a quick example: examle:<script>     var editor1=document.getElementById('<%=Editor1.ClientID%>');     var editdoc = editor1.GetDocument();     var head = editdoc.getElementsByTagName(''head'')[0];     var htmlbase = ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 8, 2005
  • Re: error? Dialog box in Safari

    timw@acponline.org:Adam, I just stopped by to add my voice to the others here regarding the "error?" error, and to show support for the thread&apos;s squeeky wheel. :) I too have some very unhappy users. If you could provide a more detailed workaround, I&apos;m sure many here would be grateful - including me.   By the ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 30, 2012
  • Re: How can I dynamically set the EditorBodyStyle from JavaScript?

    Hi gll1559,   Please try the example below, it shows you how to change the editor body style dynamically in javascript ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on July 26, 2013
  • Re: Display # of users in chat on forum home page

    You can do this way :   modify the inc_footer.asp # 70 : Response.Write ''<script src='ChatterListScript.aspx'></script>''   and then create a new file ChatterListScript.aspx , fill this code into it :   <%@ Page Language=''C#'' %> <%@ Import Namespace=''CuteChat'' %> <script ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by cutechat on November 26, 2007
  • Re: Can't Find the file

    I had the same issue. You need to document how to control where the files are downloaded!   The page that gives the deployment examples, http://phpfileuploader.com/Deployment.html should be fixed to say in the ''3. Retrieving uploaded file.'' section what the name of the php file that receives the file should be.   Also, it ...
    Posted to PHP File Uploader (Forum) by cescolar on August 8, 2009
  • Re: Inserting an image at current cursor position.

      The above overwrites whatever is already in the target document? I need a way to store, retrieve and set the current cursor position of a CuteEditor control. Then I can focus the CE, set the cursor and paste at that position. Basically im using a static CE as an image selector that pastes into another dynamically rendered CuteEditor ...
    Posted to Cute Editor for .NET (Forum) by Domainscanners on September 19, 2007
  • Re: the editor doesn't seem to pass its content through POST

    Hello Adam,This is in ADMIN folder of the website (the structru may be of some help: wlp/admin/CuteEditor_Files; wlp/admin/inc; wlp/admin/all_admin_asp_files)//------------------------------------ progs_add.adpTHE FILE WITH THE FORM AND THE EDITOR<!-- #INCLUDE FILE=''inc/admin.asp'' --><!-- #include file = ...
    Posted to Cute Editor for ASP (Forum) by tomSymbius on September 1, 2006