简体   繁体   中英

Formtastic in JavaScript (form builder)

Are you aware of any form builders that do similar job to Formtastic but in the browser?

It should not be very heavy (so not ExtJS) and ideally compatible with structure that Formtastic generates, jQuery based and HAML-JS friendly.

The purpose is to make it easier to create forms with SpineJS for Rails.

Under easier I mean:

  • no need to add hidden fields to act as "unchecked";
  • no need to repeat same structure all over again;
  • no need to manually add classes to all the elements;
  • produce inline-errors;
  • etc;

Thanks.

这是Backbone而不是Spine,但它几乎是你想要的: https//github.com/powmedia/backbone-forms

你有没有看过使用Jotform或foxyform?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM