I built a block which has 3 TextareaControl. HTML, SCRIPT, STYLE. SCRIPT and STYLE are fine but TextareaControl escapes html.
<p>test</p>
becomes
<p>test</p>
I searched Google and some people adviced RawHTML but it is deprecated.
What should I do?
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742414381a4439449.html
评论列表(0条)