Search

You searched for the word(s): editor1
Showing page 7 of 42 (415 total posts) < 1 second(s)
  • Re: how to set different style sheets for normal tab and preview tab?

    HamsterKnight,   Yes, Please use the following propery:   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 August 31, 2007
  • Re: TagSelector / TagListContainer

    Wim,   Yes.   Editor.ShowTagSelector Property Specifies whether quick tag selector toolbar appear. Example Code       <%            Dim editor            Set editor = New ...
    Posted to Cute Editor for ASP (Forum) by Adam on July 27, 2007
  • Re: Preview Mode

    Editor.ActiveTab Property Sets which Tab is active (Edit/Code/View). Example Code       <%            Dim editor            Set editor = New ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 15, 2007
  • Re: Problem with font selection in Cute Editor ASP

    reddawn,   Try set the following property to true then try again.   Editor.UseFontTags Property Font tags are now deprecated, meaning that they aren't used any more and will cause validation errors. Many legacy pages still contain style information in font tags. By default Cute Editor converts font tags to span tags. ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 8, 2007
  • Re: style sheets and cute edit

    Sam,   Please check the following property:   Editor.BaseHref Property Sets or retrieves the baseline URL on which relative links will be based.   Example Code       <%           Dim ...
    Posted to Cute Editor for ASP (Forum) by Adam on April 3, 2007
  • Re: Pre-sales questions

    PaulNewRiver,   Thanks for the interest.   >>will the HTML output from your editor taken from the Oracle field display in the Col B table cell with formatting intact?   Yes.   >>Will it look the same as it did when the user formatted it in the editor?)   Yes.   >>Are there header or ...
    Posted to Cute Editor for ASP (Forum) by Adam on May 24, 2006
  • Re: Feature Request: Custimize Hyperlink

    >>Create a custom title.  Our client wants it to say ''Insert File'' instead of ''Downloadable File.''   You can achieve it by modifying the language files.   >>When the popup appears, can you set the default to ''http://'' instead of ''Other''   In the Downloadable File dialog,  the default URL can't be ...
    Posted to Cute Editor for ASP (Forum) by Adam on April 12, 2006
  • Re: Disabling browser pasting?

    Dan,   Editor.EditorOnPaste Property Specifies the manner in which the editor handles pasted text.   Example Code       <%           Dim editor           Set editor = New ...
    Posted to Cute Editor for ASP (Forum) by Adam on March 2, 2006
  • Re: Inline styles

    In version 5.0, you can use either font tags or inline styles.By default, it is inline styles.Demo:   http://cutesoft.net/asp/EnableAll.asp Editor.UseFontTags Property Font tags are now deprecated, meaning that they aren't used any more and will cause validation errors. Many legacy pages still contain style ...
    Posted to Cute Editor for ASP (Forum) by Adam on February 7, 2006
  • Re: Code cleaner

    ReqMan,>>1. In Firefox, the code-cleaner doesnt show up at all. It simply is not available. Any ETA when this will be fixed as many people use Firefox now, and the code-cleaner one of the most important features of CuteEditor.Firefox code-cleaner has been included in the version 5.0.>>2. How can I make it run the code-cleaner ...
    Posted to Cute Editor for ASP (Forum) by Adam on December 29, 2005
« First ... < Previous 5 6 7 8 9 Next > ... Last »