Search

You searched for the word(s): editor1
Showing page 1 of 42 (415 total posts) < 1 second(s)
  • Re: FF3.0 Paste from Word - Meta Tags

    I'm having a similar problem. Everything works perfectly in IE, but FireFox is doing something really strange. It is removing all of the ''r''s from the text. This is especially problematic as it changes any line breaks (''<br>'') or bold tags (''<b>'').   As with the other poster, the example on your site works fine, but the ...
    Posted to Cute Editor for ASP (Forum) by jawest78 on March 24, 2009
  • simple ampersand and remove tbody doesnt work

    any idea what the problem with the upload is.   and 5. the simple ampersand property doesnt work. 6. the remove tbody proberty doesnt work tooand here is my configuration   Set editor1 = New CuteEditor   editor1.ID = ''Editor1''   editor1.Text = pagecontent   editor1.FilesPath = ...
    Posted to Cute Editor for ASP (Forum) by werk23 on January 18, 2006
  • Navigation Issue

    Really weird navigation issue... I'm using the editor in classic ASP. I have a page with 2 editors in it, both with the following definition (except for the name and ID):   Dim editor1 Set editor1 = New CuteEditor editor1.ID = ''IntroParagraph'' editor1.Text = ''SomeText'' editor1.FilesPath = ...
    Posted to Cute Editor for ASP (Forum) by jawest78 on February 23, 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: firefox editor1.getselection is not a function

    Sorry, inherited code. Did a bit more digging. Version 5.1   What is supposed to happen - Select text and click a custom button. A pop up box displays the text (hence the getselection call), and have the user file in a form to generate a link, which is then returned to the calling editor.   For example ''click_here'' becomes ''<a ...
    Posted to Cute Editor for ASP (Forum) by pascalli on September 27, 2007
  • Undefined - is mostly all I get.

    My Editor now just comes up with the word ''undefined'' in the text area.   Here's my current best guess.   My configuration:    Dim editor1   Set editor1 = New CuteEditor   editor1.ID = ''Description''   editor1.Text = sDescription   editor1.FilesPath ...
    Posted to Cute Editor for ASP (Forum) by jdmaynard on March 31, 2007
  • Re: clearing the textbox on focus

    hi lonnie,   I think you are using the asp.net version of editor. So please try the example below.   By the way, the asp.net version forum is http://cutesoft.net/forums/23/ShowForum.aspx   <%@ Page Language=''C#'' %>      ...
    Posted to Cute Editor for ASP (Forum) by Kenneth on January 11, 2011
  • Re: save(Editor1) and Netscape

    Tim, Please try the following steps: 1. <form name=''theForm'' ... onsubmit=''return addTopic()''> 2.  <script language=''Javascript''>       function addTopic()       {          var frm = ...
    Posted to Cute Editor for ASP (Forum) by Adam on March 9, 2005
  • Re: Font Color Pallette

    oops... sorry... here's the code content = strBody Dim editor1 Set editor1 = New CuteEditor editor1.ID = ''strBody'' editor1.Text = content editor1.FilesPath = ''CuteEditor_Files'' editor1.ImageGalleryPath = ''/Uploads'' editor1.MaxImageSize = ...
    Posted to Cute Editor for ASP (Forum) by marvin_tyrone on November 16, 2004
  • Re: cuteEditor as swf selector

    Nick,   This is media selector. You need to replace insertmedia with insertflash.   <Script Language=''javascript''>        function callInsertImage()         {   ...
    Posted to Cute Editor for ASP (Forum) by Adam on May 20, 2009
1 2 3 4 5 Next > ... Last ยป