Search

You searched for the word(s): editor language
Showing page 69 of 99 (987 total posts) < 1 second(s)
  • trailing slash in file paths causing upload problems

    Though it's not pointed out in the documentation, seems CuteEditor seems to want paths specified for Images, Media, Flash & Documents to NOT have a trailing slash.   <security  name=''FilesGalleryPath''>~/uploads</security>   editor.FilesGalleryPath = ''/Uploads''   But what if I want to specify ...
    Posted to Cute Editor for ASP (Forum) by capnhairdo on April 1, 2010
  • Bad Request (invalid url) when POSTing

     Hi!Im new, please dont beat me up :) Quite suddenly, i am getting a Bad Request (invalid url) when submitting changes with a POST. The editor control loads fine, and  otherwise functions as it should. We have a domain license, i am not getting license errors. Below is the url that is in the address bar when i get the Bad ...
    Posted to Cute Editor for .NET (Forum) by nkingmnwd on March 6, 2009
  • OnKeyup Attaching Events

    The example @ http://cutesoft.net/example/JavaScript-API.aspx does not work for me either. I followed the source code and cannot get it to fire my custom events for onkeyup here is the code: ASP.Net 2.0 C#. Also adding them programmatically via code behind does not work (Editor1.Attributes.Add(''onmouseleave'',''alert('mouse ...
    Posted to Cute Editor for .NET (Forum) by Mstanglx on January 14, 2008
  • Installing CuteEditor.dll in the GAC

    Hi,   I have multiple sites on my webserver, running .net 2.0 that are using the CuteEditor.  Rather than put it in the \bin of each application I want to put it in the GAC.   I have created virtual directories for each application called, ''editor'' that point to the editor files.   I have following items in the ...
    Posted to Cute Editor for .NET (Forum) by scottle on January 10, 2008
  • Re: Problem with AutoAdjust Height when using Chome 4.1

    Dear Marko,   Please try the following code:   <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>    </head>  <body>         <form id=''Form1'' ...
    Posted to Cute Editor for .NET (Forum) by Eric on November 22, 2010
  • Re: Need some basic help

    BrandonPSA:Basically everything is working fine, EXCEPT that I can't get the editor to just edit the content inside the contentPlaceholder. It keeps wanting to edit and re-write my ''<%@ Page Language=''C#'' MasterPageFile=''~/MasterPage.master'' etc etc'' as html.Any ideas?   Please check this ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 26, 2006
  • Re: RTE Dialogs Fail in .ascx User Control

    Hi jeff330ci,   I just tried with user control, it works fine. I think it should be some coding issue on your page. Can you try the example below too? If the example below works for you too, then can you create an demo which can reproduce this issue and send it to Kenneth@CuteSoft.net? So I can check it for you ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on April 24, 2014
  • Re: Setting default input style

    Hi Sophie315,   You can set property "EditorBodyStyle"to define some default style, like the example ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 31, 2013
  • Re: Problem with CE icons (Images doesn't show up)

    Hi,   Please create a new example page with the code below. Does it get the same ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 28, 2013
  • Re: Problem using CuteEditor on ASP.NET

    Hi Chaplain,   Do you get the same problem with the example page below?   <%@ Page Language="C#" %>    <%@ Register Assembly="CuteEditor" Namespace="CuteEditor" TagPrefix="CE" %>  <!DOCTYPE html PUBLIC ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 19, 2012
« First ... < Previous 67 68 69 70 71 Next > ... Last »