Search

You searched for the word(s): editor language
Showing page 88 of 99 (987 total posts) < 1 second(s)
  • Contextmenu language

    Hi,   I have a problem with the contextmenu which is always English. I set the language like so; CurrentThread.CurrentCulture = .. CurrentThread.CurrentUICulture = .. editor.CustomCulture = System.Threading.Thread.CurrentThread.CurrentCulture.Name;   Now the editor is in Dutch except for the contextmenu which is still ...
    Posted to Cute Editor for .NET (Forum) by Dtest on January 20, 2009
  • CuteEditor Rendering improperly on Firefox 2.0.0.6

    Hi there, I have a Cute Editor that is rendering great on IE 6, but the same page is rendering incorrectly on FireFox 2.0.0.6.  The buttons are larger and have no images on them.  See screenshots.  I created the simplest possible webform to illustrate the problem. Any thoughts?  I'm presently using the Cute Editor via ...
    Posted to Cute Editor for .NET (Forum) by ascii64 on September 18, 2007
  • Form with multiple instances of the image selector

    Can you show me how I would include multiple instances of the image selector in a form here is my attempt in VB.net - I get this to work in IE but not Firefox passing a variable identifying the form elements directly <%@ Page Language=''VB'' Debug=''true'' validaterequest=''false'' %> <%@ Register TagPrefix=''CE'' ...
    Posted to Cute Editor for .NET (Forum) by sperndogger on June 26, 2007
  • Re: Wrong <SCRIPT/> tag formatting

    Hi Herev, If you set it as the code below, that should be the correct behavior. Because your content in the same line, so editor set it as the same line. function setContent() {     var editor1=document.getElementById(''<%= editor1.ClientID %>'');     var s=''<script>alert('111');// simply a test ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 21, 2011
  • Re: Content pasted from WORD with certain information doesn't paste properly

    Hi wzs5011, What version of Firefox you are using? Can you download the latest version of editor and try again? Latest version downloads http://cutesoft.net/downloads/folders/21904/download.aspx Can you create a simple example like below and send me the test page url? I will check it and get back to you as soon as ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on June 14, 2011
  • Re: Bugs in IE6 while creating new Template

    Hi  lcp,   Can you create a new website and a new page to test the following code <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 6, 2008
  • Re: MasterPages in VS 2005 and CuteEditor 5.2

    Endys,   The editor has been tested in the masterPages enviroments.   This is an example (using the Personal Web Site Starter Kit):   <%@ Page Language=''C#'' MasterPageFile=''~/Default.master'' Title=''Your Name Here | Home'' CodeFile=''Default.aspx.cs'' Inherits=''Default_aspx'' %> <%@ Register ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 22, 2006
  • Set focus resetting while in update panel and ajax modalpopup

    Hi,   I'm using Cute Editor 6.4 and encountered a bug with cuteeditor resetting my focus because of it's loading. This only happens in IE 6.   Basically I initially set focus on an input field on the main page. After I click a  button to open a modal popup I set the focus to another input field on the popup. However, after Cute ...
    Posted to Cute Editor for .NET (Forum) by Gilbert on August 28, 2009
  • Re: opening create template on button click

    Hi svk,   Try   <%@ Page Language=''C#'' ValidateRequest=''false'' %>     <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>   <html>   <head>   </head> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 5, 2010
  • Re: Ptinter dialogue from serverside

    adel: Hello, Thanks for responding.  Here is teh code I used on the server side(code behind) to open up the print dialogue and it does not open it:                        StringBuilder sb = new ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 19, 2010
« First ... < Previous 86 87 88 89 90 Next > ... Last »