Search

You searched for the word(s): cuteeditor 4.6'A=0
Showing page 540 of 966 (9,656 total posts) < 1 second(s)
  • Re: Javascript Syntax Error/Object Not found

    1. If ''components'' is a regularn folder under wwwroot/Project/, you don't need to specify the CuteEditorDefaultFilesPath in the web.config file.   2. Please create a simple aspx page with the following content. <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 17, 2008
  • Re: Minimum Width?

    GCB,   You can disable the bottombar.   In the following example, the width of editor is set to 1.   http://cutesoft.net/example/howto/use-CuteEditor-as-image-selector/use-CuteEditor-as-image-selector.aspx   Editor.ShowTagSelector Property Specifies whether quick tag selector toolbar appear. ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 1, 2008
  • Re: PDF file download question.

    Here's my code.  GetHTMLForm is a function call to a routine that gets the HTML to convert so you can replace that with your stirng.   // here is where we'll get the HTML for the form string strFormContent = GetHTMLForm(pnlForm); Stream sPDFForm = new MemoryStream(); try { // Create the PDF ...
    Posted to Cute Editor for .NET (Forum) by quackmire on March 6, 2008
  • Re: type link in the hyperlink information window

    Koen_L,   If you set URLType property to Absolute, Cute Editor will automatically convert the URL to full path.   Demo:   http://cutesoft.net/example/Relative-or-Absolute-URLs.aspx   Absolute and Relative Paths - Using URLs Effectively When you're creating links to documents and images on the Web, you need to ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 25, 2007
  • Re: CSS Link stripped from template

    Please help: ok - so the problem has nothing to do with the template or the CSS link but we still can't make it work: We have CuteEditor in an ascx control that is loaded into our main aspx page. In the On_Load event of the ascx control we are doing this: Editor1.EditorWysiwygModeCss =''../ourApp/StyleSheets/example.css''; The ...
    Posted to Cute Editor for .NET (Forum) by dOlivaw on June 21, 2007
  • Re: Editor fails to initialise in Firefox

    kev mc,   Can your client reproduce the problem in the following page?   http://cutesoft.net/example/general.aspx   Which verion of firefox are your client using?   Can you reproduce the problem by yourself?   Maybe you should try a simple configuration first.   <%@ Page ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 20, 2007
  • Re: Got an opinion?

    MrPea,   >>I have had a bit of an experience with applying font sizes, types, that kind of thing across numerous paragraphs   Let me explain this in details.   For example, you type ''Hello World'' into the editor.   Select it and chaneg the font name to Comic sans MS, you will get: <span ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 24, 2006
  • Re: uplevel/downlevel issues

    Jeff,   Can you test the following code?   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %><%@ Page Language=''C#'' clienttarget=uplevel%><HTML> <body>  <form runat=''server''>   <CE:Editor id=''Editor1'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 28, 2006
  • Re: Horizontal Scrolling

    Stuart, Yes, it possible. CuteEditor shows horizontal scrolling bar only when the user input a long word (for example ''Helo..................................o'') and width of the long word is bigger than the width of the CuteEditor. Anyway, if you do need to find for a solution, here it is: 1. Use the Editor.EditorWysiwygModeCss Property ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 6, 2006
  • Re: Customizing classes dropdown per portal or page

    Editor.EditorWysiwygModeCss PropertySpecifies the location of the style sheet that will be used by the editable area. Multiple Style Sheets are supported. Example EditorWysiwygModeCss=''example.css,~/portal.css,/default.css'' >>Ideally, I would just like to somehow ''point'' cuteSoft editor to a .css file that contains the styles I want the ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 16, 2005