ulion / jsonform

Build forms from JSON Schema. Easily template-able. Compatible with Twitter Bootstrap out of the box.
http://ulion.github.io/jsonform/playground/
MIT License
49 stars 27 forks source link

New Features #2

Open gpetrov opened 9 years ago

gpetrov commented 9 years ago

Hi Ulion,

First thank you for picking up this great project and continuing the hard work of maintaining it! I see you have done some great job already! Hope we can bring this baby in no time up to speed!

I do have some ideas for new features. Maybe it will be nice to add the following things:

Let me know what you think. I will be glad to help.

Greetings, George

ulion commented 9 years ago

Hi George,

Thank you for asking me these. Currently I make necessary change and enhancement to jsonform because my projects require certain feature. Your idea is good, but are all complex features, to make them into real, need devote much time on it. I don't think I'm the one to do such large feature which I do not use in my projects. So, pull request is welcome, and we can discuss how to integrate them together, but I'm not the one who will do it (if someone has a pull request has a basic implement of some feature, we can discuss the code, and make it better).

As the bootstrap tabs, are you talking about there are different schemas for each tab, and each tab's schema has its own form, or they share the same form and submit at last, or save between tab switch?

One of my project using the bootstrap tabs with jsonform, but in each tab, we had standalone jsonform and schema, and do save between tab switch. And, the tabarray type can be used for the same schema array situations.

Regards.

2014-12-16 20:48 GMT+08:00 George Petrov notifications@github.com:

Hi Ulion,

First thank you for picking up this great project and continuing the hard work of maintaining it! I see you have done some great job already! Hope we can bring this baby in no time up to speed!

I do have some ideas for new features. Maybe it will be nice to add the following things:

-

support for SlickGrid - https://github.com/mleibman/SlickGrid - so that arrays can be rendered nicely in an cool looking editable grid! With inline cell editing where you can have also different type of controls

Support for jsTree - https://github.com/vakata/jstree - so you can display and edit a whole hierarchy in a tree, also with drag & drop

Support for boostrap tabs? So you can organize your form fields in a tabs next to just fieldsets.

Let me know what you think. I will be glad to help.

Greetings, George

— Reply to this email directly or view it on GitHub https://github.com/ulion/jsonform/issues/2.

Ulion