Search

You searched for the word(s): editor language
Showing page 25 of 99 (987 total posts) < 1 second(s)
  • Re: Can't attach event

    Hi Adam,   My source code in an ASP page is: editor.ID = editorNameeditor.Text = MessageFieldeditor.FilesPath = ''../CuteEditor_Files''editor.CustomCulture = editor_Cultureeditor.AllowUpload = editor_AllowUploadeditor.ImageGalleryPath = editor_ImageGalleryPatheditor.FlashGalleryPath = editor_FlashGalleryPatheditor.MediaGalleryPath = ...
    Posted to Cute Editor for ASP (Forum) by vtraag on September 29, 2006
  • Re: What version of cute editor for ASP ?

    That's really odd! I've spent some time analyzing what CE does and what happens. So ''Wahr'' is the value passed as an argument to the image upload module. Appearently ASP interpreter on IIS installed in German even translates boolean values... To make it worse, there seems an error in the way the ASP interpreter handles it.See the following ...
    Posted to Cute Editor for ASP (Forum) by olivierr on September 4, 2005
  • Re: CuteEditor value need in aspx.cs page - When the editor in Readonly mode

    Hi rajmohanp, Please try the example below <%@ 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''><script runat=''server''>    ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on January 13, 2012
  • Re: Cute editor not loading properly in jquery pop-up with Chrome

    Hi nrsharma,   1. The example below shows you how to set empty content for editor     <%@ Page Language=''C#'' %> <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on January 10, 2012
  • Re: EditorWysiwygModeCss + Doctype +IE9 = broken editor when saving

    Hi MarceIF, I tested the code you provide, it works fine for me. Can you try the example page below? Type some text in the editor then click the button, the label always got the new text from editor. I test with IE 9.0.8112.16421. If it need some special steps to reproduce, please show it to me. <%@ Page Language=''VB'' ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 18, 2011
  • Re: how to get the conents of editor on server side

    Dear svk,   Please use the following code: <%@ Page Language=''C#'' ValidateRequest=''false''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ import Namespace=''System.Web.Mail'' %> <html>     <head>   <title>ASP and ASP.NET WYSIWYG ...
    Posted to Cute Editor for .NET (Forum) by Eric on April 25, 2010
  • Re: Editor Unusable under certain circumstances in Safari

    bczengel,   Please check this ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 2, 2009
  • Re: Sitecore v5

    Andy,   You can find the source code of the examples in the CuteEditor download package.Here is the source code of the adding custom button: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html> <head> <title>ASP and ASP.NET ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 8, 2005
  • Re: Problem writing custom functions

     Ken ,   You need to call editor cut function to remove the highlighted text  first.   <script language=''JavaScript'' type=''text/javascript'' > function  CutandInsertHTML(editorID,value) {      EditorID = editorID+''_editBox'';      var editor = ...
    Posted to Cute Editor for ASP (Forum) by Adam on April 7, 2004
  • Re: Complete translation of the editor somehow?

    Hi Ken,   That would have been a great solution. The problem is that we have translated the line you suggest, but it doen't have any effect. It seems like the language variable not is implemented in the code for the buttons. All the other buttons were translated this way, it's just this one that doesn't work. So the question is ...
    Posted to Cute Editor for ASP (Forum) by Devello on April 10, 2013
« First ... < Previous 23 24 25 26 27 Next > ... Last »