Search

You searched for the word(s): editor language
Showing page 95 of 99 (987 total posts) < 1 second(s)
  • Re: 6.2/6.3/6.4 issue with CuteEditorDropDown class in IE7

    Are you sure you are modifying the correct toolbar configuration file?   Please modify default.config and try the following code:   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>   <%@ Page language=''c#''%>   <html> ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 5, 2009
  • Problem with filePost.asp file

     Hi All,   I get an Expected End Of Statement error when I try to upload anything via the editor.  It shows a problem at the start of FilePath.  I'm new to Cute Editor and I am still feeling my way around.  Thanks in advance for any help.       Response.Write ''<script language=javascript>var ...
    Posted to Cute Editor for ASP (Forum) by Photoshop_God on January 21, 2009
  • Re: Problem with CE icons

    Unfortunately no, this is on a URL which is not accessible outside of our network. The editor is also appending .aspx to the JavaScript  & CSS include files which cute editor uses EXAMPLE:  <input type=hidden name='guiEmailBody:ClientState' value=''/><input type=hidden name='guiEmailBody:PostBackHandler'/><script ...
    Posted to Cute Editor for .NET (Forum) by jasonmelo on December 28, 2004
  • trap paste command --urgent

          Hi Adam,   The requirement is something like when user click on the paste button and try to paste some content which contains some string say ''Position:absolute'' then need to prompt some message saying the ''this containspositionas absolute''.   Now for this I can trap the Paste command ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on January 14, 2009
  • Re: Change editor language

    Stefan,   Try cs or cs-CZ.   Keep me posted
    Posted to Cute Editor for .NET (Forum) by Adam on May 27, 2008
  • a problem of ctrl+enter submit

    I set a shortcut key to submit the content of the cute editor with ''ctrl+enter'',the code is as follows         function CuteEditor_OnInitialized(editor) {             if (editor.IsReady) ...
    Posted to Cute Editor for .NET (Forum) by rewalax on April 10, 2009
  • Urgent help Required Character Count.

    Hi,   Can anybody provide me code to add the character count as avaibale in new version to be merged or the files to be updated in cutesoft client folder.As i can't upgrade my old version to new version, I have modified the previous cute editor according to my application. So it is not feasible for me to change my cute editor at this ...
    Posted to Cute Editor for .NET (Forum) by yuvika on March 29, 2009
  • Undefined - is mostly all I get.

    My Editor now just comes up with the word ''undefined'' in the text area.   Here's my current best guess.   My configuration:    Dim editor1   Set editor1 = New CuteEditor   editor1.ID = ''Description''   editor1.Text = sDescription   editor1.FilesPath ...
    Posted to Cute Editor for ASP (Forum) by jdmaynard on March 31, 2007
  • CuteEditor for .NET version 5.0 is avaiable!

      The Cute Editor for .NET Edition 5.0 is a major feature release. The latest version of Cute Editor contains new features and improved functionalities. New Features and Improvements Feature Details Cute Editor for .NET ...
    Posted to News and Announcements (Forum) by Adam on September 12, 2005
  • Using CE´s TextChanged event

    Hi. I registered a custom btn and I´m getting its click event via CE´s TextChanged event. eg:   System.Web.UI.WebControls.ImageButton btn1 = new System.Web.UI.WebControls.ImageButton(); btn1.ImageUrl = ''~/Images/btn1.gif''; btn1.ID = ''btn1''; ce1.RegisterCustomButton(btn1);   And   private void ce1_TextChanged(object ...
    Posted to Cute Editor for .NET (Forum) by KenA on September 8, 2004
« First ... < Previous 93 94 95 96 97 Next > ... Last »