Search

You searched for the word(s): Toolbar
Showing page 109 of 184 (1,834 total posts) < 1 second(s)
  • Re: Web Dialog causing script error

    Thanks for the feedback, however the issue is not in creating custom dialogs from the editor but in running the Cute Editor within a Web Dialog or modal browser popup window.   If you create a new page called editor.asp that has the Cute Editor embedded in it and then open editor.asp from a parent.asp page with a BLOCKED ...
    Posted to Cute Editor for ASP (Forum) by ajuk on January 5, 2009
  • CleanUp Tool and CleanUpMicrosoftWordHTML() does'nt work same......

    Hi, CleanUp Tool of the editor( with option Remove word specific markup from the window)  and CleanUpMicrosoftWordHTML() through code are not working exactly same.    1. Paste something (preferably tables)  from the ms word in to the editor.  2. Execute CleanUpMicrosoftwordHTML() through code on the ...
    Posted to Cute Editor for .NET (Forum) by rktekula on November 2, 2008
  • applying autoconfigure Simple

    I have CE integrated in my page:   <?php          $editor=new CuteEditor();          $editor->ID=''nw_body''; // same ID as your textarea          $editor->Text=$row_DetailRS1['nw_body']; // Set ...
    Posted to Cute Editor for PHP (Forum) by erikpost on August 24, 2008
  • Re: RichDropDownList server side onChange event

    jscadden,   To add a server control, please use the following example. RichDropDownList doesn't support server side event. You need to use the regular ASP.NET DropDownList:   <asp:DropDownList ID=''DropDownList1'' runat=''server''></asp:DropDownList> How ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 5, 2008
  • FireFox issue

    I am having a few FireFox issues. The issue is <p>'s  It seems if there is a <p> not followed by another <p>, then IE does not put extra space after the </p> but FireFox does.   I solve most problem by setting $editor->BreakElement=''Div'';   The problem I am still having is when I use the justify ...
    Posted to Cute Editor for PHP (Forum) by PraxiPower on July 28, 2008
  • Re: Flash Video Files

    Airstreamer345:  I'm trying to find our if you support FLV files from the toolbar.  We use CE within DNN 4.0.  I apologize if this has been asked before but I could not find anything in the docs and could not figure out where the search was for the forum.      Airstreamer345,   Flv ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 16, 2008
  • Re: Some programming questions about Cute Editor

    Adam,   Thank you for your quick response.   For #1, I looked around the CuteEditor namespace and did not find that C# class constructor.  That will be very helpful.  I wish your company would provide more through documentation for the server side code.   Your solution for #2 was already considered.  My ...
    Posted to Cute Editor for .NET (Forum) by Escovado on March 5, 2008
  • Re: Asking for comments about the Cute Editor and DNN

    Rob, Thanks for the interest. Does it have an inbuilt spelling checker? YES.    Does it automatically respect the DNN folder permissions - for example, when someone of a particular user-role using it to find or upload a file or picture, does it grant access to only those folders that that role has the right permissions ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 13, 2008
  • TreeListItem - set control width

    I am populating the LINKS dropdown programmatically via an XmlDocument. //Add items by code CuteEditor.TreeListItem rootitem = new CuteEditor.TreeListItem(''Files'', null); rootitem.Selectable = false; tdd.Items.Add(rootitem); XmlNodeList pNodes = pDoc.SelectNodes(''./files/file''); foreach (XmlNode pNode in pNodes) {   string ...
    Posted to Cute Editor for .NET (Forum) by wzs5011 on October 24, 2007
  • Re: IE6 incredibly slow

    Hi   Have tried all.   For IE6. The pages show in about 5secs, but it then takes about 50 secs to download all 100 files. For IE7. The pages show in about 5secs and its finished. I did a similar test at home a couple of days ago using IE6 and it took about 30 secs to download all 100 files. With V5.3 on our test site, the page ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on August 16, 2007