While adding you tube video text box is read only.

Last post 02-17-2016, 8:12 AM by Kenneth. 3 replies.
Sort Posts: Previous Next
  •  02-16-2016, 7:36 AM 82412

    While adding you tube video text box is read only.



    Please help.
    Filed under: , ,
  •  02-16-2016, 11:17 AM 82413 in reply to 82412

    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 

  •  02-17-2016, 1:04 AM 82414 in reply to 82413

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

    Thanks Ken,

     

    for response. Yes on the demo page it is working fine.
    Can you please let me know if their is any javascript or stylesheet do I need to include specifically for this on the page.

     

    And if you let me know if what could be the possible ways to identify the problem in my page that would help.

     

    Thanks,

    Pawan 

    Filed under:
  •  02-17-2016, 8:12 AM 82423 in reply to 82414

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

    hi,

     

    try remove the stylesheet and style settings one bye one from your page, then you will find out which part causes this. ore just simply remove the content from your page one by one to find out which part causes the problem.

     

    regards,

     

    ken 

View as RSS news feed in XML