开发者

Any tool to generate html form [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

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 question

I 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.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜