Search

You searched for the word(s): editor language
Showing page 2 of 99 (987 total posts) < 1 second(s)
  • Re: DataBase relation

    Hi Max, I am having hard time configuring this. here is my code:   <!--#include file=header.asp--><%Class CuteEditor  ' version 5.0 Private s_AccessKey Private s_activetab Private s_AllowEditServerSideCode Private s_allowpastehtml Private s_autoconfigure Private s_AutoParseClasses Private ...
    Posted to Cute Editor for ASP (Forum) by necross on January 19, 2007
  • Re: Getting error message

    Hi Kenneth, sure, with this code I can reproduce it in IE10 and CHROME. But before you load the page, you have to clear your browser cache, then the error message appears. The error message comes with JQUERY UI TABS and also AJAX TOOLKIT TABS, when having more than one tab and more than one editor. Thanks in advance for your fast help or fix ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by miller399 on October 9, 2013
  • Re: Cute Editor Popup Windows - Not able to move above Cute Editor Menu region.

    Can you try the following code?   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page language=''c#''%> <html><head></head><body><form id=''Form1'' method=''post'' runat=''server''> <CE:EDITOR id=''Editor1'' Autoconfigure=''Simple'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 22, 2009
  • Re: i want use Cute Editor for PHP as xml editor

    ou're looking for a free XML editor adaptable toyourXML language ? Jaxe isthesolution. The latest version includes the following features: configurablewith an XML schema and a configuration file for the graphical user interfaceadapted to structured narrative XML documentsvalidationat elements insertionmulti-platform(Java 1.5+)free ...
    Posted to Cute Editor for PHP (Forum) by chrisadam12 on September 3, 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
  • CE:Editor updating another CE:Editor in an UpdatePanel

    We have a scenario where a CE:Editor control is used to save rich text content to another CE:Editor control on the same page.  (Imagine a CE:Editor control adding a row of rich content to a gridview of other CE:Editors, where on the row level that text can be edited).  I would like for this to be done in ajax.  What is happening is ...
    Posted to Cute Editor for .NET (Forum) by Talley on October 25, 2013
  • Re: ADAM I need your help please,

    Dear feriel, Please refer to the following snippet:<?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ?> <html>         <head>         <title>Add custom buttons Example -- PHP Content Management, PHP WYSIWYG, PHP HTML Editor, PHP Text ...
    Posted to Cute Editor for PHP (Forum) by Eric on March 24, 2010
  • Re: Text Wrap in editor area

    Hello Adam, Sorry for the delay...  Here is the code: -------------------------------------------------------------- <!--#include file = ''../../cuteeditor/include_CuteEditor.asp'' --><% PageTitle = ''News Management Tool - Add Article'' %><!--#include file=''../../includes/strings.asp'' --> <!--#include ...
    Posted to Cute Editor for ASP (Forum) by Wim on February 2, 2005
  • Re: 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 16, 2008
  • Re: change editor language

    arkus_cesar,   CuteEditor auto-detects IE's culture setting to decide what language to use. If developers need server side control, we also provide API to override the setting acquired from client browsers.   To change editor's language or culture to es-MX, you should do:   Editor1.CustomCulture = ''es-MX'';   In this ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 6, 2006