【问题标题】:Replace <input type="submit" with HTML in SimpleSearchForm's tpl Chunk?用 SimpleSearchForm 的 tpl 块中的 HTML 替换 <input type="submit"?
【发布时间】:2016-06-01 09:22:45
【问题描述】:

我想用 HTML 替换 SimpleSearchForm 的 tpl Chunk 中的 &lt;input&gt; 元素,特别是 Font Awesome

<i class="fa fa-search" id="searchIcon" aria-hidden="true"></i>

但是,无论我如何调整它都不会发送。

有人知道我可以做些什么来完成这项工作吗?

【问题讨论】:

    标签: modx modx-revolution


    【解决方案1】:

    button替换input元素:

    <button type="submit"><i class="fa fa-search" id="searchIcon" aria-hidden="true"></i></button>
    

    chage 一些 css - 你会得到你想要的。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-09-07
      • 2015-11-14
      • 1970-01-01
      • 2013-01-03
      • 1970-01-01
      • 2016-01-08
      • 1970-01-01
      • 2011-05-14
      相关资源
      最近更新 更多