Search

You searched for the word(s): cuteeditor 4.6'A=0
Showing page 541 of 966 (9,656 total posts) < 1 second(s)
  • Re: web.config admin configuration fails with dotnetnuke 3.1.0

    langbart, Have you download the latest CuteEditor for DNN provider? We've updated the provider code recently.>>image path:how can i change the image path. for registerd users there is a folder ''memeber'' but i like to show the root path.where can i change this?In the CEHtmlEditorProvider.vb file, you can find the code ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 13, 2005
  • Re: The Licence for Editor is Invalid

    Carla, ''The License for Editor is not valid.'' Don't panic; this is an easy fix. This message usually results from one of the following scenarios: 1. The 30-day free evaluation period has expired. Solution: Purchase CuteEditor and we will send your own license file to unlock your copy of CuteEditor. Download the evaluation ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 25, 2005
  • Re: Restricting editable regions for multiple domains, et al.

    dklauk, Question: Question 1:  if I get the IP license will I be able to configure the ''editable-only'' regions differently for each client's website?  Basically, I'm asking if the IP license allows me to configure each client website uniquely?  Answer: Yes. Each site should have uniques setting. ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 28, 2005
  • Re: Absolute path when inserting images or downloadable files

    Arjen,   When you create a link in /virtualdirectory/admin/ directory, Internet Explorer converts all URLs in hyperlinks (anchor tags) and images (img tags) to absolute URLs.   http://yoursitename/virtualdirectory/admin/page.aspx?id=18   When ChangeAbsoluteURLsToRelative property is set to true (the default), CuteEditor ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 8, 2004
  • Re: Back at it

    Hi Dave, CuteEditor is an online web-based WYSIWYG HTML editor. It upgrades your simple text area to a rich-text edit box. So you still need a data source to save the formatted data. The CuteEditor will not save the data itself. We use the Literal control to hold the data for demo purpose. When the user click the submit button, the page post ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 4, 2003
  • Re: content of textarea changed due to autoformatting

    He is saying that CuteEditor is automatically adding tabs, which affects the content inside the text box. If you look closely at the content in the textbox, B and C are tabbed in; this is a result of CuteEditor autoformatting.   How can we turn off auto-formatting? The DisableAutoFormatting is now obsolete apparently.
    Posted to Cute Editor for .NET (Forum) by jeffhagen on October 22, 2007
  • Re: setting default style to Table

    Andy, If you are still using the version 4.0.0.7, please follow the steps below:  In the CuteSoft_Client/CuteEditor folder, you can find a file named ''CuteEditor.htc.aspx.txt''. To change the table defaul style, please change the following line: return editdoc.createElement(''<table border='1' cellspacing='0' cellpadding='3' ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 21, 2005
  • Re: Paste from Word

    Eric: Dear Rich,   I have tested your code,  you need check the path of css file, EditorWysiwygModeCss=''example.css'' , if ''example.css'' is in parent folder, you need change it to EditorWysiwygModeCss=''../example.css''   Regards, Eric   Thanks Eric, the example.css is in the same folder as the pages with the ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on January 16, 2010
  • Re: Error Messege

    I can do without it for right now, but for future reference I would need to know.____BOF____<%@LANGUAGE=''JAVASCRIPT''%><!-- #include file = ''CuteEditor_Files/include_CuteEditor.asp'' --><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''><html ...
    Posted to Cute Editor for ASP (Forum) by Eivo on January 3, 2007
  • Text repeating if '&' character is present

     I am using cuteEditor version 6.7 in my project which helps users to type the email body. If the user has enetered '&' instead of 'and' in the email body,  the email text repeates the text upto the '&' and appends with original message. We use the property PlainTextWithLinefeeds to read the ...
    Posted to Cute Editor for .NET (Forum) by princethomas on March 21, 2016