Search

You searched for the word(s): editor language
Showing page 59 of 99 (987 total posts) < 1 second(s)
  • Re: Supress InsertImage dialogbox

    MaartenMax: Hi Adam,   I know this example. It's server side, that's fine. But how do I prevent the InsertImage dialog to popup then?       Just set the return value to false. It will stop the command automatically.     <script language=''JavaScript'' type=''text/javascript'' > function ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 23, 2007
  • Re: List of Commands

    HomecitySupport,   1. First:   Please use:   var editor1 = document.getElementById('<% = Editor1.ClientID%>');   instead of   var editor1 = document.getElementById('CE_Editor1_ID');   2. Does your existing toolbar contains Spell button?   If not, please add the following code at the top of ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 18, 2006
  • EnableStripScriptTags???

    In my code i set the following on the page load event.Me.txtEditor.EnableStripScriptTags = False   however, when i try to write something like <script language='javascript'> alert('Test') </script>   The script tags get removed upon previewing or going to normal view.   fyi: I am using the latest version of ...
    Posted to Cute Editor for .NET (Forum) by ghoff12 on February 23, 2006
  • Re: PDF export and list style

    Hi HISOKA, You can find the pdf demo page under the ''cs'' folder, name  ''createPDF.aspx''. Below is the code of it <%@ Page Language=''C#'' validateRequest=''false'' %> <%@ Register TagPrefix=''cutesoft'' TagName=''banner'' Src=''banner.ascx'' %> <%@ Register TagPrefix=''cutesoft'' TagName=''leftmenu'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 25, 2011
  • Re: Find & Replace feature

    Hi yuenli,   Myabe the example below can shows you how it work and what it does.   Try create a page by the code below. and than type some content in editor. the script code will replace all ''test'' to ''my new content''.   Note: this method will detect all html code.   <%@ Page Language=''C#'' %> <%@ ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 16, 2011
  • Re: Need documentation to the whole Javascript API

    Dear Sergejack,   Please try the following snippet: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>   <title>JavaScript API</title>   <link rel=''stylesheet'' href=''../example.css'' ...
    Posted to Cute Editor for .NET (Forum) by Eric on April 28, 2011
  • Re: Problem writing custom functions

    Ken,   This is another sample code for ASP version that shows customized buttons. Please check your mail box. I sent the whole source code to you today.   <script language=''JavaScript'' type=''text/javascript'' > function Paste_Html1(editorID,value) {      EditorID = editorID+''_editBox''; ...
    Posted to Cute Editor for ASP (Forum) by Adam on April 5, 2004
  • Editor sends empty string to database

    hi i am currently working on a project that takes values from two Cuteditor boxes and inserts them into a new database row. The problem is that only one editor sends data, or none sometimes. When i checked my database for errors and I get all the data except from the editors. I am attaching code below, please ...
    Posted to Cute Editor for .NET (Forum) by darling1906 on September 11, 2006
  • Re: Complete translation of the editor somehow?

    Thanks for the answers. It solves some of the problems. Btw we're running version 6.6. Which version are you refering to when you write "latest build"? I see an upcoming problem if the translation problems is not fixed by adding the texts to the xml language file with language variables. When we update to a newer version to fix the ...
    Posted to Cute Editor for ASP (Forum) by Devello on March 22, 2013
  • Spell check with a different language

    Hi,   I have the editor's culture set to English, but I want NetSpell to spellcheck in Dutch (or other languages). The default setup passes the culture from the editor to SpellCheck.aspx.   What I wanna know is, is there a way to override this behaviour? Calling SpellCheck.aspx manually (and passing in the preferred culture) ...
    Posted to Cute Editor for .NET (Forum) by jonathanexact on January 31, 2011
« First ... < Previous 57 58 59 60 61 Next > ... Last »