Dynamics CRM 2013 rich text editor
        Posted  
        
            by 
                user2962918
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user2962918
        
        
        
        Published on 2013-11-07T01:29:13Z
        Indexed on 
            2013/11/07
            9:54 UTC
        
        
        Read the original article
        Hit count: 361
        
JavaScript
|dynamics-crm
I am using Dynamics CRM 2013.
How does one apply the rich text editor styling seen on the description field on the email form to other multiple line text fields? Viewing the source code it is obvious that the system is treating the rich text field very differently from the normal multiple line text fields in that instead of rendering a textarea it is rendering a table with an embedded iframe.
In CRM 2011, I have used extensions that wrap up the TinyMCE editor but they were never very effective. It seems odd that I can't just check a box to do this to any text field in the settings when the behaviour is obviously built in.
Thanks in advance.
Richard.
© Stack Overflow or respective owner