【问题标题】:How to specify Bootstrap columns for Autoform fields?如何为 Autoform 字段指定 Bootstrap 列?
【发布时间】:2015-04-17 18:33:28
【问题描述】:

我希望我的一些 afQuickFields 在列中(即并排)。

这不起作用:

    <div class="row">
        <div class="col-md-6">
            {{> afQuickField name='title'}}
        </div>
        <div class="col-md-6">
            {{> afQuickField name='subtitle'}}
        </div>
    </div>

这样做的正确方法是什么?

【问题讨论】:

    标签: twitter-bootstrap meteor-autoform


    【解决方案1】:

    糟糕,我在别处犯了一个错误 - 模板名称错误!

    我原来的解决方案确实有效。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-05-14
      • 2015-01-18
      • 1970-01-01
      • 2016-04-29
      • 1970-01-01
      相关资源
      最近更新 更多