Any tool to generate html form [closed]
Que开发者_如何学Gostions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionI want to generate html form based on json response from server. In JSON response there will be input type , input title all necessay information. It can be checbox , radio button , texarea or any any input.
Is there any third party tool to generate the form.
Thanks .
Try the dhtmlx forms javascript library:
http://www.dhtmlx.com/docs/products/dhtmlxForm/index.shtml
You can create forms on the fly with xml/json as datasource
Have a look at Ext JS 4:
http://www.sencha.com/products/extjs/
There is a sample for dynamic forms created from JSON:
http://dev.sencha.com/deploy/ext-4.0.7-gpl/examples/form/dynamic.html
Also look at the Ext Designer, to create the Javascript to render these forms:
http://www.sencha.com/products/designer/
Ext JS 4 has both commercial and GNU GPL license v3 but the designer is commercial with a 30-day trial.
精彩评论