如何使用object,param,将标签嵌入普通文本和图像框中
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何使用object,param,将标签嵌入普通文本和图像框中相关的知识,希望对你有一定的参考价值。
This config allows the use of object tags into normal text boxes, allowing to embed your favourite YouTube clip into your page content.
In the Template SETUP section: lib.parseFunc_RTE.allowTags := addToList(object,param,embed) In the PAGE TSconfig: RTE.default.proc.allowTags := addToList(object, param, embed) RTE.default.proc { allowTags := addToList(object, param, embed) // CONTENT TO RTE // CONTENT TO DATABASE HTMLparser_db.allowTags < RTE.default.proc.allowTags // Entry HTML parser entryHTMLparser_db.allowTags < RTE.default.proc.allowTags }
以上是关于如何使用object,param,将标签嵌入普通文本和图像框中的主要内容,如果未能解决你的问题,请参考以下文章
如何将 SVG 嵌入到来自 Cross Origin url 的 html <object> 标签中(s3_url/image.svg)