Is the Twitter bootstrap helper in the Play framew

2019-05-02 16:17发布

I often use the Twitter bootstrap form template helper in my web application as this is very easy.

Yesterday I want to create a form with horizontal fields and found on GitHub a Pull-Request with a comment (one year old) from guillaumebort that the helper will be deprecated in the next version.But I found nothing about it in the Play Template helper Documentation.

  • Is the helper already deprecated or will it get updated?
  • Is there already any more sophisticated Bootstrap Template helper as plugin? (I think, lot people are using Play+Bootstrap.)
  • ...or should I write my own helper with support for horizontal fields?

1条回答
时光不老,我们不散
2楼-- · 2019-05-02 16:45

AFAIK the Twitter Bootstrap helper is not maintained anymore. By looking at the history, the latest update on this comes from a year ago. And it is based on an old Twitter Bootstrap version.

I think you should write your own helper.

查看更多
登录 后发表回答