【问题标题】:joomla module params show image in backendjoomla 模块参数在后端显示图像
【发布时间】:2018-06-27 11:09:04
【问题描述】:

如何在模块字段参数和后端显示图像?像下面的代码

<field
                    name="imagesspec"
                    type="ooooooooooo"
                    image="spec.png"
                />    

img 在模块参数中不起作用

<fieldset name="basic">
<img src="xxxxx.jpg">

我用谷歌搜索了很多天,但没有任何示例或答案

            <fields name="params">
                <fieldset name="basic">
            <!-- Is it possible? -->
            <field name="imagesspec" type="ooooooooooo" image="spec.png"/>


<img src="xxxxxxxx">   <--it's not work
    ..
    ..
    bla bla bla 
                </fieldset>
            </fields>

【问题讨论】:

    标签: joomla module field


    【解决方案1】:

    我找到解决方案,添加自定义字段类型,仅此而已

    【讨论】:

      猜你喜欢
      • 2013-12-24
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-01-06
      • 2013-02-21
      • 1970-01-01
      • 2013-09-25
      • 1970-01-01
      相关资源
      最近更新 更多