Search

You searched for the word(s): editor language
Showing page 11 of 99 (987 total posts) < 1 second(s)
  • Re: A valid license cannot be granted for the type CuteEditor.Editor

    Joseph,   Please run the following code in your server and email the result to us.   <%@ Page Language=''C#'' %> <script runat=''server''>    void Page_Load(object sender, System.EventArgs e) {        Literal1.Text = HttpContext.Current.Request.Url.Host.ToLower() + ...
    Posted to FAQ (Forum) by Adam on January 30, 2004
  • Re: Session variables

    Hi,   This has not entirely cured everything.   If I have a page with a ''ImageGalleryByBrowsing'' such as :-    <div onclick=''callGetImage()''>CLICK TO GET IMAGE</div>    <form name=''changeImage'' action='''' method=''post''>    <input id=''imageName'' ...
    Posted to Cute Editor for PHP (Forum) by Glenn on April 24, 2009
  • Change editor language

    Hallo,   I tried to create new language for icon tooltip in Cute Editor. I copy file _default.xml to cs-CS.xml in ..\CuteSoft_Client\CuteEditor\Languages and then I translate some tooltips in cs-CS.xml.   When I use Editor1.CustomCulture = ''cs-CS'' now, I get ecxeption like ''Name of language version cs-cs is not supported. ...
    Posted to Cute Editor for .NET (Forum) by schuchut on May 27, 2008
  • hrefs with javascript calls seem to interfere with Cute Editor

    I've recently run into an unusual behavior with the cute editor.I created an .aspx in VS2005 that contained a fairly basic editor with a databind and one other link containing an arbitrary ''BLOCKED SCRIPT[function-call]'' style href.  If I A) 1: Enter data in the editor, 2: click the arbitrary link, and 3: submit the form -- the data in the ...
    Posted to Cute Editor for .NET (Forum) by Davis on April 13, 2006
  • Re: hrefs with javascript calls seem to interfere with Cute Editor

    Well, I hacked out a solution.  This is almost certainly overkill, so I'd appreciate it if anyone has a better solution.  In our case, we have links like ...href=jav ascr ipt: doSomething() in the page.  These seem to break the Cute Editor if clicked before the Editor is used (see explanation in my previous post).  Worse, ...
    Posted to Cute Editor for .NET (Forum) by Davis on April 20, 2006
  • The area you are attempting to access is forbidden

    I have the Editor and and the filemanager button on the same form.  I use the file button to upload an Attachment and the form for email text.   The Editor works fine I can upload images...extra.  The file manager button lists the above error message.   Below is my code.   Thanks    ...
    Posted to Cute Editor for ASP (Forum) by kris@aausports.org on March 23, 2009
  • Re: executing code after paste from word

    Hi dbots, How to execute code after paste command <%@ Page Language=''C#'' %><%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %><!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 .NET (Forum) by Kenneth on February 28, 2012
  • Re: remove border / right to left writing / slow updating on IE

    Hi kresa3333,   1. How to hide the editor border   Please set property BorderStyle to none   <CE:Editor ID="Editor1" runat="server" BorderStyle="none"> </CE:Editor>   2. Set property EditorBodyStyle to direction:rtl   <CE:Editor ID="Editor1" ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 11, 2012
  • 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: js to read editor height

    wolf11th: Is there any js to read editor's height? I found a problem, if a editor is in a invisible div, I initiate the editor and then try to resize the height, it doesn't work   Can you provide a client side method to read the height?   thx   Hi wolf11th,   example ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 17, 2010
« First ... < Previous 9 10 11 12 13 Next > ... Last »