Search

You searched for the word(s): editor1
Showing page 8 of 42 (415 total posts) < 1 second(s)
  • Re: PAID Customer question: InsertText question

    joshkerr,   In non IE 5.5 browsers, The CE will display as a regular textrea.   If your editor ID is editor1, CE will render as the followings:   <TEXTAREA name=''Editor1_HTMLContent'' rows=''13'' cols=''50''></TEXTAREA>   Insert the following code into the page head:   <script ...
    Posted to Cute Editor for ASP (Forum) by Adam on October 21, 2004
  • Re: Max word count?

    Hi snips,   The example below shows you how to get the same count as the right bottom in editor. hope it help.     <!-- #include file = ''cuteeditor_files/include_CuteEditor.asp'' --> <html>     <head>    </head>     <body>     ...
    Posted to Cute Editor for ASP (Forum) by Kenneth on December 9, 2010
  • 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: How can I make the choice between XHTML 1.0 or HTML 4.01 output

    Please check the following properties:   Editor.Text Property This property provides access to the text within the editable area of the CuteEditor control. It can be used to set the text when the control is first displayed and also to read out the text when a form has been submitted.   Example Code ...
    Posted to Cute Editor for ASP (Forum) by Adam on May 22, 2009
  • Re: Insert Image but not from a directory or a website.

    OK,fantastic. Just one thing. If I write it in hard code like this it works fine: editor1.PasteHTML(''<img src='http://www.wood-it.be/Carpenters/CarpentersAlbumPicturesLogo.asp?idCarp=2530'>'');   but the value of idCarp= is dynamic and if I write it this way, it does not work: editor1.PasteHTML(''<img ...
    Posted to Cute Editor for ASP (Forum) by Mvu on January 20, 2009
  • Re: No More JavaScript API in 6.0??

    i've been using a popup window to populate my content in the textarea of the Editor.  So you can use the <%=editor.ClientID%>, but it doesn't help you if you're trying to access the CuteEditor from another page (or popup window).  So  you can still use the javascript API, but instead of using :   var editor1 = ...
    Posted to Cute Editor for ASP (Forum) by lbklatzkin on May 15, 2007
  • Re: Can't use Javascript - API from external js file

    My Code: <%@ Page Language=''VB'' AutoEventWireup=''false'' CodeFile=''Default.aspx.vb'' Inherits=''_Default'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Cute Editor for ASP (Forum) by moshik on June 16, 2006
  • setHTML is not working in IE6

    we are using ASP Cute Editor control. When we are calling cuteEditor.SetHTML() method to set the HTMLtext, it is throwing error in IE6. Browser closes abruptly after this method call. Code is working properly in IE8.   When I keep the alert() messages in the code after setHTML statement, it is working properly in IE6.   Below is ...
    Posted to Cute Editor for ASP (Forum) by SridharRepala on May 13, 2011
  • Re: Bottom Bar Options?

    Please check the following properties:   Editor.ShowBottomBar Property Specifies whether the Bottom Bar(Design, Html and Preview Mode tab) appear.   Example Code       <%            Dim ...
    Posted to Cute Editor for ASP (Forum) by Adam on October 8, 2009
  • Custom addons

    I come back with my proble of two addons. This is my code:   When I clic the button, MyCmd2 works but for MyCmd1 I get the following error message: Command 'MyCmd1' is not supported or is not implemented.       editor.CustomAddons = '' <img title=''''Using oncommand'''' class=''''CuteEditorButton'''' ...
    Posted to Cute Editor for ASP (Forum) by Mvu on January 26, 2009
« First ... < Previous 6 7 8 9 10 Next > ... Last »