问题
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