Search

You searched for the word(s): cuteeditor 4.6'A=0
Showing page 223 of 966 (9,656 total posts) < 1 second(s)
  • Problems with file upload and display

    We have a project with CuteEditor, which should be used by external companies. The internal version displays the bar of the CuteEditor correctly, but the external version (should be a copy - the admin says it is) displays the font and size boxes very wide - and so does not display the file attachment buttons. How can this be changed? I use the ...
    Posted to Cute Editor for .NET (Forum) by SchelloehB on January 12, 2012
  • Re: Customised image selector unable to work in Chrome v13.0.782.220 m

    Hi huatz, Please try the example below. <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page Language=''C#'' %> <html> <head>     <title>ASP.NET WYSIWYG Editor - Use CuteEditor as an image selector</title>     ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 14, 2011
  • Re: Cute Editor Zend_Form_Element

    Hi Kenneth,   I was so far already, and i have tried to do some attempts to write my own zend_form_element for cute editor but failed.   And i have several problems doing that because Zend Framework used a class loader for loading classes and   Second point is that i have to connect the id from zend_form to $editor->ID ...
    Posted to Cute Editor for PHP (Forum) by Emile on April 25, 2011
  • Re: what does 1x1.gif do

    Dear pbwbart,   You can open file ''CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx'', you will find the following line in this file: <div id=''divpreview''> <img id=''img_demo'' alt='''' src=''../Load.ashx?type=image&file=1x1.gif'' /> </div>   If you remove <img id=''img_demo'' alt='''' ...
    Posted to Cute Editor for .NET (Forum) by Eric on April 13, 2011
  • Re: Numeric or Currency formatting

    Hi srp10,   Please test the example below, it shows you how to add a custom button into toolbar of editor and change the selected text to you own format by this button.   <%@ Page Language=''C#'' %>      ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on January 17, 2011
  • Re: Can you help me simplify the Word workflow?

    davedr: pbmartin:   Unfortunately, when I use the Paste from MS Word option in CuteEditor, the margins and font styles from the Word document are transferred in the HTML.  So I tried another way: When I use the Paste as Plain Text option in CuteEditor, the Word Doc converts into HTML with BR tags so that I can't use CSS without ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 12, 2010
  • Re: saved html in mysql db displays as plain text when retrieved

    Eric - I've now got my add, edit, and display webpages working in my notes application working with CuteEditor integration. My legacy notes work, too, but they are all run together sentences. I can live with that. I'm able to edit them with CuteEditor, so I can touch them up and make them look good now with all the features in ...
    Posted to Cute Editor for ASP (Forum) by mp5802 on September 8, 2010
  • Re: PasteHTML() works on firefox, not on IE, for some content.

    I have tried the following code, it will not change your html code, please follow adam's advice, download latest version and try it: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>   <title>JavaScript ...
    Posted to Cute Editor for .NET (Forum) by Eric on August 23, 2010
  • can't change the href of a link programatically, it reverts automatically....

    Hi there,   I'm evaluating CuteEditor and I've encountered two problems. For now, I'll talk about the later because it is essencial to continue with CuteEditor.   I have this text in a CuteEditor loaded from an aspx page: Once in the <a href=''http://www.cnn.com/''>far west</a>. On HTML mode, I then change the url ...
    Posted to Cute Editor for .NET (Forum) by ztp on July 27, 2010
  • Focus on editor via tab

    I am tabbing from a asp.net textbox to cuteeditor. When I tab to cuteeditor, it focuses on the outer control as opposed to placing the cursor in the box to allow immediate typing. With the focus on the outer control, I cannot immediately start typing. Instead, I need to use the mouse to focus the cursor in the box.   Now, I notice on this ...
    Posted to Cute Editor for .NET (Forum) by ForefieldDeveloper on June 23, 2010