如何使用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,将标签嵌入普通文本和图像框中的主要内容,如果未能解决你的问题,请参考以下文章