Search

You searched for the word(s): document
Showing page 89 of 325 (3,244 total posts) < 1 second(s)
  • Re: Strange error after taking the focus out of the CuteEditor

    Thanks for your reply Adam. I'm already using that function    I talked with support and they told me to reproduce the error in an example page. Here is a simple test page showing the error, I want to focus on the editor after a tab on the textfield (not working well in this example, use ''S'' instead), and after the user press ...
    Posted to Cute Editor for .NET (Forum) by CoffeeGuy on February 19, 2008
  • Guest force name?

    Hi, we are implementing CuteLive support with our security policy. Everything works properly except for one annoying thing...   When a user comes our website we associate a session to it that had an id. The implementation of GetUserUniqueName return that id and based on this id we we can determine what GetUserDisplayName will usually ...
    Posted to Cute Live Support (Forum) by pltremblay on October 9, 2007
  • Resolved: Another user problem

    This is reported to us. Can you please fix this?   ''I had typed a lot of stuff into the word processor and then tried to add a link to our website. I needed to place it near the middle of the document. I finally found out how and clicked the ''Insert Hyperlink'' button. The display about hyperlink was very confusing, so I cancelled ...
    Posted to Cute Editor for .NET (Forum) by fredd on August 17, 2007
  • Editing Static/HTML content problem - urgent!!

    Ive recently bought Cute Ediotr for ASP and am trying to edit a static HTML page and then save it. However so far I have been unsucceful.   I am using the sample file Edithtml.asp. However when i make the changes to the HTML and then click the save button I get the error message:Permission denied/testsite/editor/include_CuteEditor.asp, line ...
    Posted to Cute Editor for ASP (Forum) by zain on January 4, 2006
  • Re: Custom Browse link in Insert_a_tag Dialog Firefox problems

    Hi SaferSephy,   Try add ''SyncTo(element);'' in you code.   In my case, I add the value by a button. Like below.   function addLink()   {   var inp_src=document.getElementById(''inp_src'');   inp_src.value=''http://www.google.com'';   SyncTo(element); ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on February 7, 2010
  • Re: custom button with smarty

    I have found the solution by myself: {literal}     <script language=''JavaScript'' type=''text/javascript'' >     // Dit is een stuk javascript ter ondersteuning van de cute editor          // Haal eerst de editor op     var ...
    Posted to Cute Editor for PHP (Forum) by joke on April 8, 2009
  • Re: BaseHref settings

    ok adam i see,   but i use the editor in a window and save by: function CuteEditor_OnCommand(editor,command,ui,value) { //handle the command by yourself if(command.toLowerCase()==''postback''&&value==''Save'') { tellDad(); //return true;//return true if you want to stop the command } }   function tellDad() { var editor1 = ...
    Posted to Cute Editor for .NET (Forum) by chanlo on October 15, 2007
  • Re: javascript cleanuphtml and count number of characters

    Hi surrounding,   1. Clean up HTML example   <%@ Page Language=''C#'' %>     <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 31, 2010
  • Re: Custimazion in Progress bar info

    Dear I  make a same function and it is firing but it will not displaying the Progress so please check whats worn in this code   <tr valign=''top'' align=''left''> <td> <div id=''queuediv'' style=''display: none;''> <div id=''queuedivtablecontainer''> </div> <panel id=''Panel1'' ...
    Posted to Ajax Uploader (Forum) by jainpraveen75 on April 16, 2010
  • Re: why height="100%" doesn't work?

    Hi wolf11th,   Try this way: <%@ Page Language=''C#'' AutoEventWireup=''True'' %>     <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 19, 2009
« First ... < Previous 87 88 89 90 91 Next > ... Last »