Hi,At TinyMCE I want to add custom class attributes to my and tags. (Also I want to customize all the HTML tags that are generated through TinyMCE) Is there any way to do this?ThanksAs an example I want to create something like below : Example1Example2Example3
Hi,At TinyMCE I want to add custom class attributes to my < ul > and < li > tags. (Also I want to customize all the HTML tags that are generated through TinyMCE) Is there any way to do this?As an example I want to create something like below :< ul class="sampleulClass" >< li class="sampleliClass" >Example1< /li >< li class="sampleliClass" >Example2< /li >< li class="sampleliClass" >Example3< /li >< /ul >
Hi Pawan,since I am very new for both products (TeamSite and TinyMCE), can you give an example for how to add custom class for ul tag?Faizi, I went through the TinyMCE docs but couldn't find any solution. At our HTML code for some specific HTML tags, we are using custom classes like below. What I want to do is, when the user enters the text, he should select the appropriate style and the generated HTML code should be something like below:<UL><LI>First Lİ<LI>Second Lİ<LI>Third Lİ</UL>Thanks