如何使用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.
  1. In the Template SETUP section:
  2.  
  3. lib.parseFunc.allowTags := addToList(object,param,embed)
  4. lib.parseFunc_RTE.allowTags := addToList(object,param,embed)
  5.  
  6.  
  7.  
  8. In the PAGE TSconfig:
  9.  
  10. RTE.default.proc.allowTags := addToList(object, param, embed)
  11. RTE.default.proc {
  12. allowTags := addToList(object, param, embed)
  13.  
  14. // CONTENT TO RTE
  15. RTE.default.proc.htmlparser_rte.allowTags < RTE.default.proc.allowTags
  16.  
  17. // CONTENT TO DATABASE
  18. HTMLparser_db.allowTags < RTE.default.proc.allowTags
  19.  
  20. // Entry HTML parser
  21. entryHTMLparser_db.allowTags < RTE.default.proc.allowTags
  22. }

以上是关于如何使用object,param,将标签嵌入普通文本和图像框中的主要内容,如果未能解决你的问题,请参考以下文章

ueditor 关于<object>标签的使用

html5 中object标签的使用

使用 iframe 或 Object 标签将网页嵌入另一个

使用 iframe 或 Object 标签将网页嵌入另一个

如何将 SVG 嵌入到来自 Cross Origin url 的 html <object> 标签中(s3_url/image.svg)

在 object 标签中没有 classid 的情况下,YouTube 嵌入如何工作?