Search

You searched for the word(s): Editor.Text Property
Showing page 9 of 61 (605 total posts) < 1 second(s)
  • Re: Changing heigt of Editor

    Please use the following property: 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 October 3, 2007
  • Editor Text property

    Hi, I'm using an Ajax component to do a callback on a page with one or two CuteEditors present. It seems the editor needs some time to render its Text property properly. If I do some changes in the editor and quickly presses the button that triggers callback, the Text property remains unchanged. However, if I use a couple of seconds after ...
    Posted to Cute Editor for .NET (Forum) by sjurmr on October 19, 2007
  • Re: Breaking Links with Amper signs (&)

    CuteEditor for ASP 6.3 Class Library Editor.UseSimpleAmpersand Property W3C recommend that all '&' in query strings be converted to &amp; This is the only way to get a piece of HTML validated. The reason is that & is the start of an HTML entity, such as &pound; So this:         ...
    Posted to Cute Editor for ASP (Forum) by Adam on April 30, 2009
  • Re: Source code shows <div> instead of <p>

    creativewithtechnology,   Please check the following property:   Editor.BreakElement Property Specify the behavior when the ''enter'' key is pressed in the editor The default is Div.   Example Code <?php          $editor=new ...
    Posted to Cute Editor for PHP (Forum) by Adam on April 10, 2008
  • Re: I want to close the function of xhtml

    aisa, Please check the following properties: Editor.Text Property This property provides access to the text within the editable area of the CuteEditor control. It can be used to set the text when the control is first displayed and also to read out the text when a form has been submitted.   Editor.XHTML Property Retrieves the ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 1, 2007
  • Can I use RTE as content editor to a SharePoint 2010 page layout.

    We like to use the Rich Text Editor as a text editor for our SharePoint platform. We want to implement the RTE as the main content editor for our content pages. We have added the RTE as a column to a content type, and the content type is used for a list, so far so good. However we want the RTE as the content editor on a content page, a page ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by jstrbl on September 10, 2013
  • Editor loses state when its container's visible property is set to false

    Steps to reproduce:   1. Add a PlaceHolder control to the page 2. Add a CuteEditor control inside the PlaceHolder 3. Add two button controls outside of the PlaceHolder 4. Make the OnClick event handler for Button1 set the Visible propery of the PlaceHolder to ''False'' 5. Make the OnClick event handler for Button2 set the Visible ...
    Posted to Cute Editor for .NET (Forum) by paulc on April 26, 2007
  • Re: Question about functionality before I purchase.

    >>How easy is the integration of the editor with SQL Server?  The text in the TEXTAREA?  The images to the database.   It's very easy. You can extract the content from the editor and write it into your database.   If you want to store images into your SQL server database or access database, here are the ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 27, 2005
  • Re: Many problems editing text with Cute Editor and DNN

    Yes many of the problems DO occur on that demo. Try the following, I'll outline the problems in bold: 1)  Go to DNN Edit Demo and click 'Edit Text' on the Text/HTML module2)  Press the 'Select All' button (the dark arrow with the + button next to it).  Nothing gets selected, and the Underline button becomes ...
    Posted to Cute Editor for .NET (Forum) by Lennon][ on September 16, 2005
  • Re: Disable html tags (ie.. div, span)

    You can set the following property to p or br.   Editor.BreakElement Property Specifies the behavior when the ''enter'' key is pressed in the editor The default is BreakElement.Div.   And set the following property to true.   Editor.UseFontTags Property Font tags are now deprecated, meaning that they aren't used ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 22, 2009
« First ... < Previous 7 8 9 10 11 Next > ... Last »