joomla how to call filter text

余生长醉 提交于 2019-12-12 03:06:09

问题


I am developing a Joomla plugin and I would like to call the filter text settings

To illustrate exactly what I am trying to access:

From back end > article manager > options > filter text tab > here we set the filtering text for the editors. The settings are assign to group of users, and these can be White List, Black list, No html, No filter...

I am looking for something like jSomething::something

Anybody?

Thank you

RESPONDING TO POSTING IMAGE


回答1:


I think you're looking for JFilterInput

API Reference

Usage is actually:

clean($source, $type='string')

Documentation



来源:https://stackoverflow.com/questions/8085746/joomla-how-to-call-filter-text

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!