Search

You searched for the word(s): Editor.Text Property
Showing page 4 of 61 (605 total posts) < 1 second(s)
  • Re: Setting Editor.Text value when Editor block style is display:none in FireFox

    Hi Kenneth,   I have the latest build.  I just downloaded it for a third time a few minutes ago.   Your sample code yielded the exact same results for me as my own code (whew - I'm not crazy).  I posted it to my site.  Go to http://bayareacareerpathways.org.previewdns.com/test.aspx to see it ...
    Posted to Cute Editor for .NET (Forum) by Aaron Edwards on April 28, 2009
  • Re: CuteEditor asp.net - databound in FormView - Text property not updating

    The page is part of a large system, so there's going to be a lot of stuff in here that won't make much sense, but here's the aspx file:   <%@ Page Language=''C#'' MasterPageFile=''~/Admin/Includes/Admin.Master'' AutoEventWireup=''true'' CodeBehind=''Details.aspx.cs'' ...
    Posted to Cute Editor for .NET (Forum) by ahueyevi on July 22, 2011
  • Re: Firefox 1.0.7 editor.Text bug

    Lachie,   Have you set Editor.EditCompleteDocument Property to true? Which version of CuteEditor are you using?http://cutesoft.net/asp/EnableAll.asp This example is using the version 5.1. Editor.EditCompleteDocument Property Specify whether a complete HTML document is being edited.   Example Code ...
    Posted to Cute Editor for ASP (Forum) by Adam on May 5, 2006
  • Editor.Text not being updated?

    I have an application where I use the cutesoft editor.   When loading a record from the database, the editor shows text taken from the ''Text1'' field.   editor1.text = orow.item(''Text1'')   This shows the text fine.   Now at the bottom of the page, I have a checkbox, chkHTML.  Basically, when this is checked, it ...
    Posted to Cute Editor for .NET (Forum) by ralc001 on December 13, 2007
  • Re: Cute Editor Width on the page

    Please check http://phphtmledit.com/document/index.htm#page=CuteEditor.Editor.Width.html.     Editor.Width Property Specifies the width of the Cute Editor control on the page.   Example Code <?php          $editor=new ...
    Posted to Cute Editor for PHP (Forum) by Adam on December 3, 2009
  • Re: mail to hyper link in cute editor

    1. Can you reproduce the problems in the following example?   http://cutesoft.net/asp/EnableAll.asp   2.   Can you set the following property to true then try again?   Editor.EnableAntiSpamEmailEncoder Property Email contact links are an invaluable part of any web page. However, they are also vulnerable to a ...
    Posted to Cute Editor for ASP (Forum) by Adam on January 19, 2009
  • Re: Changing the default font size in editor

    EditorBodyStyle can only change the style of the document body.   For table, please add the following code into your style sheet file and use .EditorWysiwygModeCss Property to apply it to editor.   td,th {  font-family: Arial, Helvetica, sans-serif;  font-size: 12px; }   .EditorWysiwygModeCss Property ...
    Posted to Cute Editor for PHP (Forum) by Adam on March 3, 2008
  • Re: Getting Text Urgent Please !!!!

    alexyojan, Welcome to the CuteSoft suppport forums. Please use the Editor.PlainText Property to retrieve the CuteEditor HTML content in plain text format. Editor.PlainText Property Retrieves the CuteEditor HTML content in plain text format. ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 6, 2005
  • CE text does not display in FF or Safari when toggling visibility of the containing div.

    I have a div containing one CE. The div display set to ''none''. Javascript is used to toggle the div display from ''block'' to ''none''. The toggle works and CE is displayed but the content(text) within the editor is not displayed. I have tried to display data from the database and I tried to display a simple string by setting the text property ...
    Posted to Cute Editor for PHP (Forum) by dtprice on May 19, 2009
  • Re: Full screen by default

    RYann: OR, is there a way to specify the height and width of the editor? This would be more helpful.   Thanks ;)   Editor.Height Property Specifies the height of the Cute Editor control on the page.   Example Code <?php          $editor=new ...
    Posted to Cute Editor for PHP (Forum) by Adam on January 30, 2008
« First ... < Previous 2 3 4 5 6 Next > ... Last »