bltnico/form-polymer

更多信息请访问github !

安装: 7

依赖者: 0

建议者: 0

安全性: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:symfony-bundle

dev-master 2014-12-18 13:16 UTC

This package is not auto-updated.

Last update: 2024-09-24 03:28:38 UTC


README

web/目录下运行bower init

安装Polymer bower install polymer/Polymer --save

如何使用

{% include 'BltNicoPolymerFormBundle::form.html.twig' with {
    'form' : myForm,
    'display_submit' : true,
    'display_errors' : true,
    'ignore_fields' : ['name','action']
} %}