What is a good Very-High level UI framework for JavaScript?

后端 未结 22 2044
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-07 17:20

I need to write a temporary Web-based graphical front-end for a custom server system. In this case performance and scalability aren\'t issues, since at most 10 people may ch

相关标签:
22条回答
  • 2020-12-07 17:50

    The latest additions to the List would be WIJMO and KendoUI.

    http://www.wijmo.com

    http://www.kendoui.com

    0 讨论(0)
  • 2020-12-07 17:51

    You could try RedUI, it is not ready for production yet, but it should be good for your goal.

    The approach is inspired by WPF, you describe your UI out of predefined controls, like Textbox, Combobox, but also some more complicated controls like TreeView or GridView. In the model you also declare you data bindings.

    The library will render a window for you.

    Then you bind it to the view model, subscribe to events, and add the custom logic that handle those events (e.g. upon "window.closed" you can send the updated view model back to the server).

    You can see live examples at http://redui.net/

    You can also see the demo application at http://redui.net/mailclientdemo/. This will give you an idea of what you can do.

    0 讨论(0)
  • 2020-12-07 17:54

    Check out DHTMLX.

    DHTMLX Toolkit is a comprehensive set of Ajax-enabled DHTML UI components. Professionally developed grid, treegrid, treeview, tabbar, calendar, menu, toolbar, combobox, windows, items browser, color picker and file uploader empower developers to build cross-browser web applications with high interactivity and rich user experience. DHTMLX components provide the most complete set of features and allow you to bring desktop-like functionality to the web.

    0 讨论(0)
  • 2020-12-07 17:54

    ShieldUI is also a good commercial framework.

    0 讨论(0)
提交回复
热议问题