API
Version 7.x > API > Sending HTML tags using REST in activity coments View modes: 
User avatar
Member
Member
mikaitza89-yahoo - 12/14/2012 3:29:32 AM
   
Sending HTML tags using REST in activity coments
Is there a way to actually send simple HTML tags using REST to an activity in comment field?

Example
<ActivityComment><h1>Simple String <br /></h1></ActivityComment>

User avatar
Kentico Legend
Kentico Legend
Accepted solutionAccepted solution
Brenden Kehren - 12/14/2012 10:28:58 AM
   
RE:Sending HTML tags using REST in activity coments
You might need to use
<![CDATA[<html here>]]>

User avatar
Member
Member
mikaitza89-yahoo - 12/15/2012 8:19:53 AM
   
RE:Sending HTML tags using REST in activity coments
Thanks a lot it works have a beautiful day.