Search

You searched for the word(s): editor language
Showing page 66 of 99 (987 total posts) < 1 second(s)
  • Re: Tool bar not rendering in IE

    skinzz,   Can you remove all the other controls from the page and try again?   If it works, start by adding other controls one by one.   <%@ Page Language=''C#''%><%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %><html> <body>        ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 1, 2006
  • Re: Special Characters - copyright

    Adam,   Thanks for the response. I am trying to understand this issue, and honestly it feels like the behavor is a little buggy and defies a concise explination. I see there are others struggling to understand this special characters issue as well.   When I fire the postback code here (hit the save changes button), the special ...
    Posted to Cute Editor for .NET (Forum) by Roboto on October 31, 2006
  • Re: Stinky Absolute/Relative Problem With Images

    This is what I have:    <%@ Control Language=''c#'' AutoEventWireup=''false'' Codebehind=''htmleditor.ascx.cs'' Inherits=''test.htmleditor'' TargetSchema=''http://schemas.microsoft.com/intellisense/ie5''%><%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <CE:Editor id=''editor1'' ...
    Posted to Cute Editor for .NET (Forum) by paularca on July 4, 2006
  • Re: Editable area background color

    The source code of the above example:    <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <script> function changeBG(color) { var editor1=document.getElementById('<%=Editor1.ClientID%>'); var editdoc = editor1.GetDocument(); ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 5, 2005
  • Re: IE9 Issues with CUTEEDITOR_ONINITIALIZED

    Hi BigDave, Please try the example page below, does it work for your? If yes, it should be some different on your page, please create an example page which can reproduce this issue and send it to Kenneth@CuteSoft.net. I will check it and get back to you as soon as possible. If it does not work on your end, please download the latest ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on May 16, 2012
  • Re: Exporting HTML to PDF & RTF

    Hi johnbro, Dynamically create editor then sent the html content in it and save it as pdf. Please try the example below <%@ Page Language=''VB'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Cute Editor for ASP (Forum) by Kenneth on September 30, 2011
  • Re: Control what is displayed in the bottom bar

    Dear casso, Please refer to the following code:   <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''> <html>     ...
    Posted to Cute Editor for .NET (Forum) by Eric on March 21, 2011
  • Re: Locallization of button text other than XML files

    MMCD:Is it possible to override the language files so that any text (alt text, mouseover text) on images and control elements can be set from a database instead of the XML files in the language folder? Our applications generate runtime glossarized words for our customers around the world and we need to be able to control this from the server, not ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 3, 2010
  • Re: Using the Upload Button in the Insert Image Dialog

    Hi Chaplain,   Here is the code of that page, you can also fine the code in the download package:   Download:   http://cutesoft.net/downloads/folders/21904/download.aspx   <%@ Page Language=''C#''%> <%@ Register TagPrefix=''cutesoft'' TagName=''banner'' Src=''banner.ascx'' %> <%@ Register ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on April 10, 2009
  • Re: spell check not working in update panel

    Hi,   please try this code:   <%@ Page Language=''C#'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on March 25, 2009
« First ... < Previous 64 65 66 67 68 Next > ... Last »