Search

You searched for the word(s): editor1
Showing page 6 of 42 (415 total posts) < 1 second(s)
  • Re: Save button not working.

    Please try the following code:   <!-- #include file = ''CuteEditor_Files/include_CuteEditor.asp'' -->    <html>           <head>           ...
    Posted to Cute Editor for ASP (Forum) by Adam on July 7, 2009
  • Re: Controlling the styling within the editor from my own css file

    Ian,   >>i need to hide the other drop down options showing css values, inline style , font and size selector.   http://cutesoft.net/asp/document/index.htm#page=Howto_Change_layout_of_the_toolbars.htm 5. Put the toolbar items needed to be disabled into this Editor.DisableItemList string.   For ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 5, 2009
  • Re: Breaking Links with Amper signs (&)

    CuteEditor for ASP 6.3 Class Library Editor.UseSimpleAmpersand Property W3C recommend that all '&' in query strings be converted to &amp; This is the only way to get a piece of HTML validated. The reason is that & is the start of an HTML entity, such as &pound; So this:         ...
    Posted to Cute Editor for ASP (Forum) by Adam on April 30, 2009
  • Re: mail to hyper link in cute editor

    1. Can you reproduce the problems in the following example?   http://cutesoft.net/asp/EnableAll.asp   2.   Can you set the following property to true then try again?   Editor.EnableAntiSpamEmailEncoder Property Email contact links are an invaluable part of any web page. However, they are also vulnerable to a ...
    Posted to Cute Editor for ASP (Forum) by Adam on January 19, 2009
  • Re: How is security accomplished?

    Pleas use the following property:   Editor.SecurityPolicyFile Property Specify the Security Policy File which contains a configurable set of rules called security policy.   Example Code       <%            Dim ...
    Posted to Cute Editor for ASP (Forum) by Adam on December 14, 2008
  • Re: Disable New Document Button

    Gaudicia,   If you want to disable the document  button in the toolbar, please use th following property.   Editor.DisableItemList Property The toolbar items needed to be disabled going to this string. Example DisableItemList=''Bold, New, Delete''   Example Code ...
    Posted to Cute Editor for ASP (Forum) by Adam on October 6, 2008
  • Re: Is there a way to edit arbitrary plain text documents (even with some XML/HTML tags)

    Please set the following property to true:   Editor.EnableClientScript Property Whether to enable the client script based HTML editor. If false, the Cute Editor will render as a regular textarea field instead of a WYSIWYG editor.   Example Code ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 19, 2008
  • Re: fontsize drop down default selection

    Please check the Editor.EditorBodyStyle and EditorWysiwygModeCss property.  Editor.EditorWysiwygModeCss Property Specifies the location of the style sheet that will be used by the editable area. Multiple Style Sheets are supported. Example ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 18, 2008
  • Re: Making the Alt required when an image is inserted.

    David,   Please check the following property:   Editor.EmptyAlternateText Property Specify the manners in which the editor handles images without alternate text specified or images with empty alternate text. Example Code ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 4, 2008
  • Re: Css styling the editing area

    hazydavy,   Please use the following property to control the editing area:   Editor.EditorWysiwygModeCss Property   Specifies the location of the style sheet that will be used by the editable area. Multiple Style Sheets are supported. Example EditorWysiwygModeCss=''example.css,/default.css''   Example Code ...
    Posted to Cute Editor for ASP (Forum) by Adam on January 28, 2008
« First ... < Previous 4 5 6 7 8 Next > ... Last »