开发者

Javascript UI library with easy bind to JSON

开发者 https://www.devze.com 2023-03-12 22:49 出处:网络
I\'m looking for a free Javascript UI library which might allow for the following behaviour: create forms from JSON objects and bind changes to fields.

I'm looking for a free Javascript UI library which might allow for the following behaviour:

  • create forms from JSON objects and bind changes to fields.

Creating forms from JSON isn't necessary, but library which supports binding well would be very useful here. By binding I mean:

  • when object is created initial values there are interpolated to controls
  • when control va开发者_开发百科lues change the properties change as well
  • (optional) when values in the object change, values in controls change as well.

I only know jquery, but I don't think this library is particularly well-suited for it.


Perhaps this one can help you:

knockoutjs

0

精彩评论

暂无评论...
验证码 换一张
取 消