Search

You searched for the word(s): Editor.Text Property
Showing page 28 of 61 (605 total posts) < 1 second(s)
  • An error occur when use cute editor for .net in a panel!!!

    I use cute editor 6.3 for .net in a asp:panel tag. When page load in first time the panel visibility is ''false'', after press a button in page the panel visibility becomes ''true'' and cute editor is shown in browser but when I press another button and change the panel visibility to ''false'' and again ''true'' and error occur in Internet ...
    Posted to Cute Editor for .NET (Forum) by ImanDesign on October 28, 2009
  • Problem with Editor.Text reset and image gallery - reproduced with demo

    Hi,   I'm having a problem with the implementation of image selection. See this demo:   http://cutesoft.net/asp/use-CuteEditor-as-image-selector.asp Basically, if you try to change an image and then cancel out of the gallery popup, the Editor.Text property has already been reset and is now empty so the original image no ...
    Posted to Cute Editor for ASP (Forum) by dr. beat on January 2, 2008
  • CuteEditor asp.net - databound in FormView - Text property not updating

    I am using CuteEditor 6.6.0.0 in an ASP.NET 3.5 web application.  The editor control is being used as a databound control within a FormView. It looks like this:   <CE:Editor ID=''contentEditor'' runat=''Server'' Text='<%# Bind(''EmailContent'') %>'></CE:Editor> It is pulling the correct content into ...
    Posted to Cute Editor for .NET (Forum) by ahueyevi on July 21, 2011
  • Re: Customize Images, Links, Code Snippet Dropdowns

    OK.   You need to use the itemdatabound method for the datagrid. The ItemDataBound of the DataGrid occurs when data is bound to a item in a DataGrid control. This note explains how to use CuteEditor for .NET in the template control of a datagrid.       <asp:Datagrid ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 9, 2004
  • Re: removing all html on paste

    Version 5.2 is out.   This issue is resolved in the version 5.2.   Demo:   Handle pasted text   http://cutesoft.net/asp/editoronpaste.asp   Use CuteEditor as an image selector   http://cutesoft.net/asp/use-CuteEditor-as-image-selector.asp   Output well-formed HTML and ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 5, 2006
  • Re: Insert asp code in editor 4 for asp

    This issue have been resolved in the version 5.0. Demo: http://cutesoft.net/asp/EnableAll.asp  Editor.AllowEditServerSideCode Property By default Cute Editor doesn't allow edit the Server side code. When this property is set to true, Cute Editor will allow edit the Server side code.   Example Code ...
    Posted to Cute Editor for ASP (Forum) by Adam on December 29, 2005
  • Re: Dynamically Create/Update Cute Editor at run time

    >>My question was how do you SAVE the content in cute editor - how do you find the cute editor object when dynamically generated and save its content<%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor''%><%@ Page Language=''C#'' ValidateRequest=''False''%>   <body>  <form ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 11, 2005
  • Re: RichEditingIsAvailable is Always False

    Mike,   Please check this Online Example:Http://CuteSoft.net/example/Dynamically-Create-Editors.aspx   Source code:   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor''%><%@ Page Language=''C#'' ValidateRequest=''False''%>   <body>  <form ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 11, 2006
  • Re: Text property does not work

    Jorge,   Please check this example:   How to create/register a custom button (Server Control) so that it can be used in the template?( C# | VB ) This example demonstrates how easy it can be to add Server Controls to the CuteEditor and ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 2, 2007
  • Re: Problem migration to version 5

    >>I'm using editor.XHTMLOutput = true but i have <br> and not <br /> Strange. Can you reproduce this in the following example?http://cutesoft.net/asp/xmloutput.asp>>If i set in the page <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> ...
    Posted to Cute Editor for ASP (Forum) by Adam on February 2, 2006
« First ... < Previous 26 27 28 29 30 Next > ... Last »