Re: While adding you tube video text box is read only.

  •  02-16-2016, 11:17 AM

    Re: While adding you tube video text box is read only.

    Hi,

     

    I just tried on demo http://richtexteditor.com/demo/ , it works fine, I think it due to your page stylesheet. can you try the example page below? does it work?

     

    1. <%@ Page Language="C#" ValidateRequest="false" AutoEventWireup="true" %>  
    2.   
    3. <%@ Register TagPrefix="RTE" Namespace="RTE" Assembly="RichTextEditor" %>  
    4. <!DOCTYPE html  
    5. <html>  
    6. <head>  
    7.     <title>example</title>  
    8.   
    9. </head>  
    10. <body>  
    11.     <form id="rteForm" method="post" runat="server">  
    12.         <RTE:Editor ID="editor1" runat="server"  />  
    13.     </form>  
    14. </body>  
    15. </html>  
     

    Regards,

     

    Ken 

View Complete Thread