Search

You searched for the word(s): cuteeditor 4.6'A=0
Showing page 218 of 966 (9,656 total posts) < 1 second(s)
  • Re: HTML Auto Correction

    Ok... We found a work around to make it not do so doing what I described in my first post.  And we have tested this in multiple browsers. Because there is a workaround I have a hard time believing it is a browser function over a function of your control. It happens when focus is removed, so an onblur event. And we also found a PHP member ...
    Posted to Cute Editor for PHP (Forum) by mgeiser on August 10, 2009
  • Re: ASP Custom Button

    I am also gettting this problem and have tried to resolve it .  My code is below. What I want it to do is to open a new popup window with a page in it called cms_uploader.asp   Any ideas..????      <%      'this editor is used in all of the edit content pages.  The backups editor ...
    Posted to Cute Editor for ASP (Forum) by IanPhillips on July 1, 2009
  • Re: problem: extra / added to some links

    No, I was unable to reproduce it in the test page you provided.   I've had time to do some test since my first post, and it would seem to only happen when I set the UrlType property programmatically.   So here's my test code.   ------------------------------------------------------------------------------- <!-- #include ...
    Posted to Cute Editor for ASP (Forum) by hothead on May 28, 2009
  • Re: b651-499b-a179-05077e00ee91000001-.tmp denied error

    Is there any way to change the temporary path the ImageEditor uses? It ignores the web.config setting <add key=''CuteEditorTempPath'' value=''~/SomeOtherTempPath'' /> used by CuteEditor for temporary storage of upload files.  I couldn't find any documented way to modify this.  When these files are created under the project ...
    Posted to Cute Editor for .NET (Forum) by Ofer Tal on February 13, 2009
  • Re: Import Word document

    Hi Adam.   I load a HTML file and read the content. When I set the Editor value to this content it seems fine. But the HTML is dirty (Word) so Before setting the editor value I run CuteEditor.EditorUtility.CleanUpMicrosoftWordHTML And this function breaks everything...   Also, try pasting this Word-edited HTML document into the ...
    Posted to Cute Editor for .NET (Forum) by Dtest on January 7, 2009
  • Re: EditorWysiwygModeCss Not working in Safari

    Hi again Adam No, it seems to work, but the CSS styles won't apply It seems that in Safari, the ability to apply the CSS from the dropdowns/view the CSS correctly does not work. Interestingly FF displays the image incorrectly (I assume) My code is as follows: Dim editor1 Set editor1 = New CuteEditor editor1.ID = ...
    Posted to Cute Editor for ASP (Forum) by Graphite on December 5, 2008
  • Re: CSS Stylesheet Craziness!

    Following is the htmlEditor Provider part of my web.config file.   <add name=''CEHtmlEditorProvider'' type=''DotNetNuke.HtmlEditor.CEHtmlEditorProvider, DotNetNuke.CEHtmlEditorProvider'' providerPath=''~\Providers\HtmlEditorProviders\CEHtmlEditorProvider\CuteSoft_Client\CuteEditor\'' UseDNNRoleASFileNamePrefix=''false'' ...
    Posted to Cute Editor for .NET (Forum) by Tugboat on August 21, 2008
  • Re: change editor language

    Hallo, I tried to create new language for icon tooltip in Cute Editor. I copy file _default.xml to cs-CS.xml in ..\CuteSoft_Client\CuteEditor\Languages and then I translate some tooltips in cs-CS.xml.  When I use Editor1.CustomCulture = ''cs-CS'' now, I get ecxeption like ''Name of language version cs-cs is not supported. ...
    Posted to Cute Editor for .NET (Forum) by schuchut on May 16, 2008
  • Re: Start in Previewmode

    When I use the ''ActiveTab'' modifier I get this error:   Object doesn't support this property or method: 'ActiveTab'   Here's my code:   Set editor = New CuteEditor editor.ID = ''Editor1'' editor.Text = MessageField editor.FilesPath = ''editor/files'' editor.ImageGalleryPath = ''/accounts/'' & session(''AccountID'') ...
    Posted to Cute Editor for ASP (Forum) by renman on May 2, 2008
  • Re: Safari content load problem

    Hi Adam, > Can you reproduce the problems in the following examples? > http://phphtmledit.com/MinimalConfiguration.php > http://phphtmledit.com/EnableAll.php > http://phphtmledit.com/use-CuteEditor-as-image-selector.php Safari can read the content of these pages ok, but I can see what I think is a manifestation of the problem ...
    Posted to Cute Editor for PHP (Forum) by MelB on April 10, 2008