Search code examples
joomlafilterjoomla1.7

joomla how to call filter text


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

Article Manager Options Icon Article Manager Options Icon


Solution

  • I think you're looking for JFilterInput

    API Reference

    Usage is actually:

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

    Documentation