Search

You searched for the word(s): use <p>
Showing page 307 of 864 (8,631 total posts) < 1 second(s)
  • Image editor icons not working

    I think this is my error but don't know how to do it.   When I use the ImageEditor, it displays, the image appears etc, but whne i click on any of the icons such as crop, rotate nothing happens except a javascript page error, object not found.   Have I forgotten to set a property or something?  
    Posted to Cute Editor for .NET (Forum) by paulcreedy on September 26, 2008
  • Re: stack overflow during indent. we consistently get a stack overflow when trying to indent the text below when all text selected

    We downloaded the control again and redeployed it was the same one we had before we ran into the sam problem.  And we are unable to reproduce on the web page however.  Can this ticket be escalated to development? We are having to tell all customers to not use the indent and they used to this standard feature.
    Posted to Cute Editor for .NET (Forum) by cdewalt on September 12, 2008
  • Re: Unable to create operator

    Adam,   1) we don't use custom http module 2)   a. we don't have any files in the aspnet_client folder b. .axd and .aspx ar mapped to the same DLL Is it possible to add operators manualy? I just installed the dotnetlivehelp chat software (demo) and that is working properly....! This is ofcourse also ...
    Posted to Cute Live Support (Forum) by worldpresent on March 21, 2008
  • Re: Working with GetSelection in IE

    Richard,   In IE, selection is an object. Please use the following code to extract HTML code from selection object.       var editor1 = document.getElementById('<%=Editor1.ClientID%>');     var editselection=editor1.GetSelection();       var r= ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 25, 2007
  • Problem with Bolding text in Firefox

    Hi, When I bold text in firefox it generates the following HTML <span style=''font-weight: bold;''>asdfasdf</span><br> When I bold text in IE6 it generates the following HTML <b>asdfasdfasdf</b> it is possibel to customize the bold element the way we use editor.breakElement = ''BR'' Thanks
    Posted to Cute Editor for ASP (Forum) by kabad on April 24, 2007
  • Re: LINK tag removed from HEAD with EditCompleteDocument=true from Insert Template Dialog

    ithandyman,   When you insert template, all html code will be pasted into <body></body> section.   If you want to load tempates that contains <head> tag, please use Editor.LoadHtml Method .   Editor1.LoadHtml(''document.htm'');   Editor.LoadHtml Method Loads the contents of a HTML file into the ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 9, 2006
  • Re: Using larger / custom images in toolbar

    Thanks, but not what I really wanted to do.  I don't want to add a custom button, I want to use different images for some of the toolbar buttons (I can do that by editing the config file or specifying a different one.) and also set the default size of all buttons to something larger than 20x20.Thanks!
    Posted to Cute Editor for .NET (Forum) by RobertC on January 19, 2006
  • add javascript function

    hello   is it possible to add new javascript function like  execcommand(''pastehtml''), execommand(''cleancode'') etc   i would like to use my own function, a function i wrote myself to clean codebut i don't know how to access to the Document Object Model (DOM) of the editor 's pageis there a solution ?thanks ...
    Posted to Cute Editor for .NET (Forum) by nicolas.gravelle on December 6, 2005
  • Feature-cute chat

    hai, i have one doubt in the feature of cutechat  >> Private Rooms -- When a user creates a private room, no other user can enter it, unless they were invited by the room owner. >>   can i use this feature in my application? if so, please give the steps to follow for implement it.thanksmekalaasri  
    Posted to Cute Chat and Cute Web Messenger (Forum) by mekalaasri on October 1, 2005
  • Re: Error: Objet reference not set to an instance of an object

    Hi Tux, On the load balancing environment, you must set a UNC path for uploader as the TempDirectory, and must use the same location. UNC path: http://www.cutesoft.net/developer+guide/scr/UNC.htm TempDirectory: http://www.ajaxuploader.com/document/scr/BeforeYouBegin.htm, the first section On both servers, the uploader ...
    Posted to Ajax Uploader (Forum) by Kenneth on December 2, 2011