[CLOSED] Not able to Copy the Text from HTML Editor

  1. #1

    [CLOSED] Not able to Copy the Text from HTML Editor

    Hi:

    I want to copy the Text from HTML Editor and paste it in MS-Word, by using the following code i am not able to copy the Text, pls help me on this. If i remove ReadOnly="true", then i am able to copy the Text, but i need both the control should be ReadOnly and as well as able to copy the Text to Ms-Word.

     <ext:HtmlEditor ID="txt_text" runat="server" ReadOnly="true" CtCls="hide-toolbar"  Height="235" Width="400">                              </ext:HtmlEditor>
    Last edited by Daniil; Nov 24, 2011 at 5:45 PM. Reason: [CLOSED]
  2. #2
    Hi,

    I can highlight and copy the text for the HtmlEditor below.

    Example
    <%@ Page Language="C#" %>
    
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <title>Ext.Net Example</title>
    </head>
    <body>
        <form runat="server">
            <ext:ResourceManager runat="server" />
            <ext:HtmlEditor runat="server" ReadOnly="true" Text="Hello World!" />
        </form>
    </body>
    </html>
    Tested under IE9.

Similar Threads

  1. [CLOSED] Html editor text update
    By SymSure in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 08, 2012, 8:35 AM
  2. Replies: 1
    Last Post: Sep 24, 2011, 10:52 PM
  3. Replies: 0
    Last Post: Sep 04, 2011, 8:29 AM
  4. html editor highlight and text color buttons
    By [WP]joju in forum 1.x Help
    Replies: 5
    Last Post: May 06, 2010, 8:38 AM
  5. HTMl Editor Clear Text.
    By grmontero in forum 1.x Help
    Replies: 3
    Last Post: Oct 01, 2009, 7:49 PM

Posting Permissions