本文介绍了joomla如何调用过滤器文本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个Joomla插件,我想调用过滤器的文本设置

为了说明我正在尝试访问什么:



从后端>文章管理器>选项>过滤文本选项卡>这里我们设置编辑器的过滤文本。这些设置是分配给用户组,这些可以是白名单,黑名单,没有HTML,没有过滤器...

我正在寻找像 jSomething :: something



有人吗?



/ p>

回复邮寄图片



解决方案

我想你正在寻找JFilterInput




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 http://s12.postimage.org/ibfmk95yl/article_manager_icon_options.pngArticle Manager Options Icon http://s7.postimage.org/uj1x6zw8b/article_manager_configure_text_filter.png

解决方案

I think you're looking for JFilterInput

API Reference

Usage is actually:

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

Documentation

这篇关于joomla如何调用过滤器文本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 11:29
查看更多