joomla how to call filter text

2019-08-29 08:55发布

问题:

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