Software:Comparison of JavaScript frameworks
From HandWiki
Part of a series on |
JavaScript |
---|
Language |
Libraries |
Implementations |
See also |
There are many JavaScript frameworks available. The intention of this comparison is to show some examples of notable JavaScript frameworks.
General information
Framework | Version compared | Size | License | Source language |
---|---|---|---|---|
Angular | 7 18 Oct 2018 |
563 kB (minified & compressed) | MIT | TypeScript |
AngularJS | 1.5.0 5 Feb 2016 |
144 kB (minified & compressed) | MIT | JavaScript |
Apache Royale | 0.9.4 5 Nov 2018 |
19 kB (zipped) | Apache | ActionScript 3, MXML, CSS |
Backbone.js | 1.2.1 June 2015 |
7.3 kB (Packed and gzipped) | MIT | JavaScript |
Dojo | 1.10.4 18 Jan 2015 |
Variable. Base size: 41 kB (minified & gzipped), 155 kB (minified), 598 kB (uncompressed)[1] |
BSD & AFL | JavaScript + HTML |
Ember.js | 1.7.0 19 Aug 2014 |
95 kB (minified & gzipped), 340 kB (minified), 1.5 MB (uncompressed) |
MIT | JavaScript |
Enyo | 2.0.1 30 Aug 2012 |
<25 kB (core gzipped) | Apache 2 [2] | JavaScript |
Express.js | MIT | NodeJS | ||
Ext JS | 4.2 13 Mar 2013 |
84–502 kB | GPL & Commercial [3] | JavaScript |
Google Web Toolkit | 2.7.0 November 2014 |
Variable | Apache | Java |
jQuery (library) | 3.4.0 10 Apr 2019 |
30,1 KiB (minified & gzipped), 86 KiB (minified),[4] 283 KiB (uncompressed)[4] |
MIT | JavaScript |
jQWidgets | 3.9.1 29 Oct 2015 |
3102 KB (minified), 7486 KB (uncompressed) |
Creative Commons Attribution-NonCommercial 3.0 and Commercial[5] | JavaScript, HTML, CSS |
Knockout | 3.5.0 22 February 2019 |
66.4 KB minified / 309 KB (development mode) | MIT | JavaScript |
MooTools | 1.6.0 14 Jan 2016 |
Variable; 7.3–65 KiB (YUI Compressor),[6]
|
MIT | JavaScript |
Node.js | MIT | JavaScript | ||
React (JavaScript library) | 16.1.1 November 28, 2017 |
react.production.min.js 6.41KB react-dom.production.min.js 92.4KB Total: 98.81KB |
MIT | JavaScript |
SAP OpenUI5 | 1.44.9 28 Mar 2017 |
20.8MB (1.34.7 runtime, minified, zipped) 6.8MB(1.34.7 runtime mobile, minified, zipped) 52.1MB (1.34.7 SDK, zipped) |
Apache 2[9] | JavaScript |
Prototype & script. aculo.us[10] | Prototype: 1.7.3 22 Sep 2015 script.aculo.us: 1.9.0 23 Dec 2010 |
46–278 kB | MIT | JavaScript |
qooxdoo | 5.0.1 15 Sep 2015 |
Variable, starting at 6 kB (gzipped) | LGPL & EPL | JavaScript |
SproutCore | 1.11.2 2 May 2016 |
250–700 kb (gzipped). | MIT | JavaScript |
Svelte | 3.12.1 14 Oct 2019 |
Variable | MIT | JavaScript |
Vue.js | 2.6.10 20 Mar 2019 |
33.5 KB (minified & gzipped)
91.48 KB (minified) [11] 333.46 KB (uncompressed) [11] |
MIT | JavaScript |
Wakanda | 9 14 Nov 2014 |
Variable | GPL3 (framework), AGPL (server) & Commercial | JavaScript + HTML + CSS |
Webix | 4.1 November 2016 |
188 kB (gzipped) | GPL & Commercial | JavaScript |
ZK | 8.0.1 19 Jan 2016 |
Variable | LGPL & GPL & ZOL | XML + Java (JavaScript optional) |
Features
AngularJS | Apache Royale | Dojo | Ember.js | Enyo | Ext JS | Google Web Toolkit | jQuery | jQWidgets | MooTools | OpenUI5 | Prototype & script. aculo.us[10] | qooxdoo | SproutCore | Svelte | Vue | Wakanda | ZK | Webix | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Feature detection[12] | Yes | Yes[13] | Yes | Yes[14] | No[15][16] | Yes[17] | Yes | Yes[18] | No[19] | Yes | Yes | Partial | No | Yes | |||||
DOM wrapped[20] | Yes | Yes | No | Yes | Yes | Yes | Yes | No[21] | No[22][23] | Yes | No | Yes | Yes | Yes | |||||
XMLHttpRequest data retrieval |
Yes | Yes | Yes[24] | Yes | Yes | Yes | Yes | Yes[25] | Yes[26] | Yes | Yes | Yes | Yes | Yes | Yes | ||||
WebSocket | Yes[24] | Yes | Yes | Yes | Yes | No | Yes[26] | Yes[27] | Yes | Yes | Via Plugin | Yes | Yes[28] | ||||||
Server push data retrieval | Yes[29] | Yes[30] | Yes[31] | Yes[29] | No | Via Plugin | Yes[32] | Yes | |||||||||||
Other data retrieval | Yes: XML, HTML, CSV, ATOM, AMF, JSON | Yes: XML, HTML, CSV, ATOM[33] | Yes: XML, SOAP, AMF, Ext.Direct | Yes: RPC, RequestFactory | Yes: XML, HTML | Yes: XML, JSON, CSV, TSV[25] | Yes: XML, HTML | Yes: JSON-RPC, Wakanda REST | Yes: XML, HTML, CS, JSON, JSArray, CSV | ||||||||||
Drag and drop | Yes | Yes[34] | Yes | With plugin[35] | With plugins[36] | Yes[37] | Yes[38] | Yes[39] | Yes | Yes | Yes | Yes | Yes | Yes[40] | |||||
Simple visual effects | Yes | Yes | Yes[41] | Yes | Yes | Yes | Yes | Yes | Yes[42] | Yes | Yes | Yes | Yes[43] | Yes | Yes | Yes | |||
Animation / advanced visual effects |
Yes | Yes[44] | Yes[45] | Yes | Yes | Yes | Yes | Yes[46] | Yes | Yes | Yes[43] | Yes | Yes | Yes[47] | |||||
Back button support / history management |
Yes[48] | Yes | Yes[49] | Yes[50] | Yes | With plugins[51] | No | With plugin[52] | Yes | Yes | Yes | Yes | Yes | ||||||
Input form widgets & validation | Yes | Yes | Yes[53] | Yes | Yes | Yes, Validation requires plugin[54] | With plugins[55] | Yes[56] | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes [57][58] | |||
AngularJS | Apache Royale | Dojo | Ember.js | Enyo | ExtJS | Google Web Toolkit | jQuery | jQWidgets | MooTools | OpenUI5 | Prototype & script. aculo.us[10] | qooxdoo | SproutCore | Svelte | Vue | Wakanda | ZK | Webix | |
Grid | Yes | Yes[59] | Yes | Yes | With plugins[60] | Yes[61] | With plugin[62] | Yes | Yes | Yes | Yes[63] | Yes | Yes[64] | ||||||
Hierarchical Tree | Yes | Yes[65] | Yes[66] | Yes[67] | Yes | With plugins[68] | Yes[69] | With plugins[70] | Yes | Yes[71] | Yes | Yes (Auto Form)[72] | Yes | Yes [73] | |||||
Rich text editor | No | Yes | Yes[74] | Yes[75] | Yes | With plugins[76] | Yes[77] | Yes[78] | Yes | Via plugin | Yes[79] | Yes | Yes[80] | ||||||
Autocompletion tools | No | Yes[81] | Yes | Yes | Yes[82] | Yes[83] | With plugin[84] | Yes | With plugins | Yes[85] | Yes | Yes | |||||||
HTML generation tools | No | Yes[86] | Yes | Yes | Yes | Yes[77] | Yes[87] | Yes | Yes | Yes | No | Yes | Yes | ||||||
Widgets themeable / skinnable | Yes | Yes[88] | Yes | Yes[89] | Yes[90] | Yes[91] | Yes | Yes | Yes | Yes | Yes | Yes | |||||||
GUI resizable panels and modal dialogs | Yes | Yes | Yes | Yes | Yes | With plugins | Yes[92] | Yes[93] | Yes | Yes | Yes[94] | Yes[95] | Yes | ||||||
GUI page layout | Yes | Yes | Yes | With plugin[96] | Yes[97][98] | Yes[93] | Yes | Yes | Yes[99] | Yes[95] | Yes [100] | ||||||||
Canvas support | Yes | Yes[101] | Yes | Yes | Yes | With plugin[102] | Yes[103] | Yes[104] | Yes | Yes | Yes[105] | Yes[106] | Yes | ||||||
Mobile/tablet support (touch events) | Yes | Yes | Yes[107] | Yes | Yes | Yes | With plugin[108] | With plugin[109] | Yes[110] | With plugin[111] | Yes | Yes | Yes | Yes[112][113] | Yes[114] | Yes[115] | |||
Accessibility / graceful degradation[116] |
Yes | Yes[117] | No | Yes | Yes[118] | Yes[119] | Yes | Yes[120] | Yes | No[121] | Degradation: No Accessibility: Yes |
Yes | Yes[122] | ||||||
ARIA compliant | Yes[117] | Yes[118] | Yes[123] | Yes[120] | Yes | No | Yes | Yes | Yes [124] | ||||||||||
Developer tools, Visual design | Yes[125][126] | in progress[127] | Yes[128][129][130] | Yes | Yes[131][132] | Yes[133][134][135] | Yes[136][137] | Yes[138] | No | Yes[139] | Yes | Yes[140][141] | |||||||
Offline storage[142] | Yes | No[143] | Yes | Yes[144] | Via Google Gears[145] | With plugin[146] | Yes[147] | Yes | Yes | planned | Yes | Yes | |||||||
Cross-browser 2d Vector Graphics[148] | Yes[149] | Yes | With plugin[150] | Yes[103] | Yes[151] | No] | Yes (via Raphael) | Yes[106] | Yes (via Raphael)[152] | ||||||||||
Charting & Dashboard[153] | Yes | Yes[154] | Yes[155] | With plugin[156][157] | Yes[158][159] | No | Yes[160] | Yes[161] | Yes[162] | ||||||||||
RTL Support in UI Components | Yes | Yes | Yes | Depends on the plugin used | Yes[120] | Yes | Yes | No |
Browser support
Framework | Internet Explorer | Mozilla Firefox | Safari | Opera | Chrome | Edge |
---|---|---|---|---|---|---|
AngularJS (1.3) | 8+ (9+) | 4+ | 5+ | 11+ | 30+ | |
Apache Royale | 9 (Edge --> 10) | 21 | 6 | 15 | 23 | |
Dojo | 6+ | 3+[163] | 4[163] | 10.50+[163] | 3[163] | |
Ember.js | 6+ | 3+ | 4+ | 10.6+ | 14+ | |
Enyo | 8+[164] | >4[164] | >5[164] | >10[164] | ||
Ext JS | 6+ | 3.6+ | 4+ | 11+ | 10+[165] | |
Google Web Toolkit | 8+ | 1+ | 5+ | 9+ | 1+ | |
jQuery (3.x) | 6+ (9+)[166] | 2+[166] | 3+[166] | 9+[166] | 1+[166] | |
jQWidgets | 7+[167] | 2+[167] | 3+[167] | 9+[167] | 1+[167] | |
MooTools | 6+ | 2+ | 3+ | 9+ | 1+ | |
Prototype & script. aculo.us[10] | 6+ | 1.5+ | 2.0.4+ | 9.25+ | 1+ (starting with 1.6.1RC3) | |
qooxdoo | 6+ | 2+ | 3+ | 9+ | 2+ | |
SproutCore | 6+ | 3+ | 4+ | 9+ | 1+ | |
Svelte | 21+ | 6+ | 15+ | 23+ | 12+ | |
Vue | 10+ | 21+ | 6+ | 15+ | 23+ | 12+ |
Wakanda | 9+ | 4+ | 5+ | 11+ | ||
ZK | 6+ | 2.0+ | 3+ | 9+ | 2+ | |
Webix | 8+[168] | 3+[168] | 4+[168] | 9+[168] | 1+[168] |
See also
- List of JavaScript libraries
- Ajax framework
Notes
- ↑ Dojo Base
- ↑ "About Enyo JS". http://enyojs.com/about/#License. Retrieved 2014-11-23.
- ↑ "EXt JS 5 Licensing". http://www.sencha.com/products/license.php. Retrieved 2014-11-23.
- ↑ 4.0 4.1 "jquery CDN files". JSDelivr. https://cdn.jsdelivr.net/npm/jquery@3.4.0/dist/.
- ↑ "License - Javascript, HTML5, jQuery Widgets". http://www.jqwidgets.com/license/. Retrieved 2015-12-17.
- ↑ "MooTools Core Builder". http://mootools.net/core/builder.
- ↑ "MooTools More Builder". http://mootools.net/more/builder.
- ↑ "MooTools Core". http://mootools.net/download.
- ↑ https://github.com/SAP/openui5/ OpenUI5 on GitHub
- ↑ 10.0 10.1 10.2 10.3 script.aculo.us is an add-on to Prototype.
- ↑ 11.0 11.1 "vue CDN files". JSDelivr. https://cdn.jsdelivr.net/npm/vue@2.6.10/dist/.
- ↑ Feature detection is preferred by many to browser sniffing to support future browsers: Browser Detecting (and what to do Instead), Feature Detection: State of the Art Browser Scripting, Browser Feature Detection
- ↑ "dojo/has — The Dojo Toolkit - Reference Guide". http://dojotoolkit.org/reference-guide/dojo/has.html.
- ↑ "Ext JS 4.2.0 - Sencha Docs". http://docs.sencha.com/extjs/4.2.0/#!/api/Ext.supports.
- ↑ "Google Code Archive - Long-term storage for Google Code Project Hosting.". https://code.google.com/p/google-web-toolkit/source/browse/#svn/trunk/user/src/com/google/gwt/user/client/impl.
- ↑ "Google Groups". https://www.google.com/support/forum/p/Google+Docs/thread?tid=72fe7b0e15737560&hl=en.
- ↑ jquery.org, jQuery Foundation -. "jQuery 1.3 Released - Official jQuery Blog". http://docs.jquery.com/Release:jQuery_1.3.
- ↑ "MooTools Blog: MooTools Core 1.3 Stable and MooTools More 1.3RC". http://mootools.net/blog/2010/10/11/mootools-core-1-3-stable-and-mootools-more-1-3rc/.
- ↑ Feature detection all the way
- ↑ kangax (5 April 2010). "What's wrong with extending the DOM". http://perfectionkills.com/whats-wrong-with-extending-the-dom/. Retrieved 6 April 2010.
- ↑ "MooTools Core Documentation". http://mootools.net/docs/core/Element/Element.
- ↑ "Prototype API Documentation - Element (Deprecated URL)". http://www.prototypejs.org/api/element.
- ↑ "Prototype 2.0 will not extend the DOM - Ajaxian". http://ajaxian.com/archives/prototype-2-0-will-not-extend-the-dom.
- ↑ 24.0 24.1 AJAX and Dojo
- ↑ 25.0 25.1 "jQuery Data Adapter". http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxdataadapter/jquery-data-adapter.htm. Retrieved 2015-12-17.
- ↑ 26.0 26.1 "MooTools Core Documentation". http://mootools.net/docs/core/Request/Request.
- ↑ Schäfer, Holger (25 January 2014). "OpenUI5 Developer: Simple chat server example using UI5 WebSocket". http://openui5.blogspot.com/2014/01/simple-chat-server-example-using-ui5.html.
- ↑ "WebSockets (Faye) of Guides, Interacting with the Server Side Webix Docs". https://docs.webix.com/desktop__server_faye.html.
- ↑ 29.0 29.1 "Archived copy". Archived from the original on 19 September 2010. https://web.archive.org/web/20100919030621/http://cometd.org/documentation/cometd-javascript. Retrieved 2010-10-07.
- ↑ "kembuco/extjs-cometd". https://github.com/kembuco/extjs-cometd/.
- ↑ "Google Code Archive - Long-term storage for Google Code Project Hosting.". https://code.google.com/p/rocket-gwt/wiki/Comet.
- ↑ "ZK - Leading Enterprise Ajax Solutions". http://books.zkoss.org/wiki/ZK_Developer's_Reference/Server_Push.
- ↑ "Archived copy". Archived from the original on 17 March 2009. https://web.archive.org/web/20090317061859/http://docs.dojocampus.org/dojox/data/. Retrieved 2009-04-23.
- ↑ "Archived copy". Archived from the original on 6 April 2009. https://web.archive.org/web/20090406045822/http://docs.dojocampus.org/dojo/dnd. Retrieved 2009-04-23.
- ↑ "fredsa/gwt-dnd". https://code.google.com/p/gwt-dnd/.
- ↑ js.foundation, JS Foundation -. "Draggable - jQuery UI". https://jqueryui.com/draggable/.
- ↑ "jQuery DragDrop Plugin". http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxdragdrop/jquery-dragdrop-getting-started.htm. Retrieved 2015-12-17.
- ↑ "MooTools More Documentation". http://mootools.net/docs/more/Drag/Drag.Move.
- ↑ "OpenUI5 SDK - Demo Kit v2.0". https://openui5.hana.ondemand.com/#test-resources/sap/ui/commons/demokit/Accordion.html.
- ↑ "Drag-and-Drop Support of UI Widgets, Tree Webix Docs". http://docs.webix.com/datatree__dnd_support.html.
- ↑ "Archived copy". Archived from the original on 16 April 2009. https://web.archive.org/web/20090416192527/http://docs.dojocampus.org/dojo/fx. Retrieved 2009-04-23.
- ↑ "MooTools Core Documentation". http://mootools.net/docs/core/Fx/Fx.Tween.
- ↑ 43.0 43.1 "Showcase". http://showcase.sproutcore.com/#demos/Transition+Plugins.
- ↑ "Archived copy". Archived from the original on 4 March 2009. https://web.archive.org/web/20090304002856/http://docs.dojocampus.org/dojox/fx. Retrieved 2009-04-23.
- ↑ "Enyo API Reference". http://enyojs.com/api/#enyo.Animator.
- ↑ "MooTools Core Documentation". http://mootools.net/docs/core/Fx/Fx.Morph.
- ↑ "Animation of Guides, Styling and Animation Webix Docs". https://docs.webix.com/desktop__animation.html.
- ↑ "Archived copy". Archived from the original on 2 April 2009. https://web.archive.org/web/20090402140220/http://docs.dojocampus.org/dojo/back. Retrieved 2009-04-23.
- ↑ "Enyo API Viewer". http://enyojs.com/docs/2.4.0/api/#enyo.Router.
- ↑ "Since v2.2". http://www.sencha.com/products/js/roadmap.php.
- ↑ Asual. "Asual". http://www.asual.com/jquery/address/.
- ↑ "cpojer/mootools-history". https://github.com/cpojer/mootools-history.
- ↑ "Archived copy". Archived from the original on 3 April 2009. https://web.archive.org/web/20090403160521/http://docs.dojocampus.org/dijit/form. Retrieved 2009-04-23.
- ↑ "Input Validation with GWT". http://techblog.maydu.eu/?p=7/. Retrieved 2018-10-11.
- ↑ js.foundation, JS Foundation -. "jQuery Plugin Registry". http://plugins.jquery.com.
- ↑ "jQuery Validator". http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxvalidator/index.htm. Retrieved 2015-12-17.
- ↑ "Data Validation of Guides, Managing Data in a Component Webix Docs". https://docs.webix.com/desktop__data_validation.html.
- ↑ "Formatted Text Inputs of UI Controls, Text Webix Docs". https://docs.webix.com/desktop__formatted_text_inputs.html.
- ↑ "Archived copy". Archived from the original on 23 April 2009. https://web.archive.org/web/20090423165855/http://docs.dojocampus.org/dojox/grid. Retrieved 2009-04-23.
- ↑ "jqGrid ShieldUI jQuery Grid"]. http://www.trirand.com/blog/.
- ↑ "jQuery Grid, JavaScript Grid, jqxGrid, DataGrid, jQuery DataGrid". http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm. Retrieved 2015-12-17.
- ↑ "JxLib Library". http://jxlib.org/. or "sortable table plugin". phatfusion. Archived from the original on 22 April 2009. https://web.archive.org/web/20090422131647/http://www.phatfusion.net/sortabletable/index.htm. or "DrasticGrid". http://www.drasticdata.nl/DDHome.php?m=3.
- ↑ "Wakanda Doc Center". http://doc.wakanda.org/Wakanda-Studio-Reference-Guide/GUI-Designer/Grid.300-307017.en.html.
- ↑ "JavaScript Table (Grid) Widget – Webix HTML DataTable". https://webix.com/widget/datatable/.
- ↑ "Archived copy". Archived from the original on 9 May 2009. https://web.archive.org/web/20090509101557/http://docs.dojocampus.org/dijit/Tree. Retrieved 2009-04-23.
- ↑ "Enyo JavaScript Framework - Example - DiscoverSDK Code Examples". http://www.discoversdk.com/knowledge-base/enya-javascript-framework.
- ↑ "Sencha - Ext JS 5.1 Examples". http://www.sencha.com/products/extjs/examples/#sample-6.
- ↑ "treeview". http://jquery.bassistance.de/treeview/demo/., "file_tree_viewer". http://abeautifulsite.net/notebook/58.
- ↑ "jQuery Tree". http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxtree/index.htm. Retrieved 2015-12-17.
- ↑ "mootree". http://sites.google.com/a/mindplay.dk/mootree/.
- ↑ Demo browser
- ↑ "Wakanda Doc Center". http://doc.wakanda.org/Wakanda-Studio-Reference-Guide/GUI-Designer/Auto-Form.300-307049.en.html.
- ↑ "Tree Table or TreeGrid - Webix HTML5 library with jQuery integration". https://webix.com/widget/treetable/.
- ↑ "Archived copy". Archived from the original on 16 April 2009. https://web.archive.org/web/20090416192415/http://docs.dojocampus.org/dijit/Editor. Retrieved 2009-04-23.
- ↑ "HTML Editor". http://www.sencha.com/forum/showthread.php?23979-HTML-Editor&p=129748#post129748.
- ↑ markitup, jwysiwyg, htmlbox , WYMeditor
- ↑ 77.0 77.1 "jQuery Editor". http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxeditor/index.htm. Retrieved 2015-12-17.
- ↑ "MooEditable". https://cheeaun.github.com/mooeditable/.
- ↑ "Wakanda Doc Center". http://doc.wakanda.org/Wakanda-Studio-Reference-Guide/GUI-Designer/WYSIWYG-Editor.300-944628.en.html.
- ↑ "RichText - The RichText control documentation: overview and initialization. Webix Docs". https://docs.webix.com/desktop__richtext.html.
- ↑ "Archived copy". Archived from the original on 18 April 2009. https://web.archive.org/web/20090418063316/http://docs.dojocampus.org/dijit/form/ComboBox. Retrieved 2009-04-23.
- ↑ js.foundation, JS Foundation -. "Autocomplete - jQuery UI". http://jqueryui.com/autocomplete/.
- ↑ "jQuery Input, jQuery Auto Complete". http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxinput/index.htm. Retrieved 2015-12-17.
- ↑ "AutoCompleter » digitarald:Harald Kirschner". http://digitarald.de/project/autocompleter/.
- ↑ "Wakanda Doc Center". http://doc.wakanda.org/Wakanda-Studio-Reference-Guide/GUI-Designer/Combo-Box.300-716637.en.html.
- ↑ As of Dojo 1.3, the NodeList.addContent() api can be used to create content for example: dojo.query(".note").addContent("h4 NOTE: h4", "before");
- ↑ MooTools Elements
- ↑ UAB, Dinamenta. "JavaScript UI Library, Ajax Components & HTML5 Framework - Online Skin Builder". http://www.dhtmlx.com/docs/products/skinBuilder/index.shtml.
- ↑ "Blog". 26 February 2015. http://www.sencha.com/blog/2008/03/03/can-ext-be-skinned-of-course/.
- ↑ "Skinning GWT controls with style sheets". https://code.google.com/webtoolkit/documentation/com.google.gwt.doc.DeveloperGuide.UserInterface.html#StyleSheets.
- ↑ js.foundation, JS Foundation -. "ThemeRoller - jQuery UI". http://jqueryui.com/themeroller.
- ↑ "jQuery Window". http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxwindow/index.htm. Retrieved 2015-12-17.
- ↑ 93.0 93.1 Using MochaUI Library or JxLib
- ↑ "Wakanda Doc Center". http://doc.wakanda.org/Wakanda-Studio-Reference-Guide/GUI-Designer/Dialog.300-938942.en.html.
- ↑ 95.0 95.1 "Archived copy". Archived from the original on 12 October 2008. https://web.archive.org/web/20081012063201/http://www.zkoss.org/smalltalks/zkstudio_vedemo/. Retrieved 2011-04-27.
- ↑ "Google Code Archive - Long-term storage for Google Code Project Hosting.". https://code.google.com/p/css-template-layout/.
- ↑ "jQuery Docking Layout". http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxdockinglayout/index.htm. Retrieved 2015-12-17.
- ↑ "jQuery Splitter". http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxsplitter/index.htm. Retrieved 2015-12-17.
- ↑ "Wakanda Doc Center". http://doc.wakanda.org/Wakanda-Studio-Reference-Guide/GUI-Designer/Container.300-661446.en.html.
- ↑ "JavaScript layout library Webix for Web Apps Developers". https://webix.com/widget/layout/.
- ↑ dojo.gfx
- ↑ "jCanvas". http://calebevans.me/projects/jcanvas/index.php.
- ↑ 103.0 103.1 "jQuery Draw Plugin". http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxdraw/jquery-draw-getting-started.htm. Retrieved 2015-12-17.
- ↑ "Mocha UI – MooTools Canvas UI class - Ajaxian". http://ajaxian.com/archives/mocha-ui-mootools-canvas-ui-class.
- ↑ "Wakanda Doc Center". http://doc.wakanda.org/Wakanda-Studio-Reference-Guide/GUI-Designer/Canvas.300-950231.en.html.
- ↑ 106.0 106.1 "ZK - Leading Enterprise Ajax Solutions". http://books.zkoss.org/wiki/Small_Talks/2010/June/How_To_Use_Canvas4Z.
- ↑ "Dojo's new Mobile App Project". 13 June 2010. http://shaneosullivan.wordpress.com/2010/06/13/dojos-new-mobile-app-project/.
- ↑ "Google Code Archive - Long-term storage for Google Code Project Hosting.". https://code.google.com/p/jqm4gwt/.
- ↑ "jQT". http://www.jqtouch.com/.
- ↑ "jQWidgets Mobile Demos". http://www.jqwidgets.com/jquery-widgets-demo/mobiledemos/. Retrieved 2015-12-17.
- ↑ "cpojer/mootools-mobile". https://github.com/cpojer/mootools-mobile.
- ↑ "Wakanda Doc Center". http://doc.wakanda.org/Wakanda-Studio-Reference-Guide/GUI-Designer/Navigation-View.300-950872.en.html.
- ↑ "Wakanda Doc Center". http://doc.wakanda.org/Wakanda-Studio-Reference-Guide/GUI-Designer/Split-View.300-951276.en.html.
- ↑ "ZK - Leading Enterprise Java Web Framework". http://www.zkoss.org/whyzk/Features.
- ↑ [1] Webix mobile/tablet support
- ↑ All JavaScript frameworks can be written in an accessible way with graceful degradation, frameworks seen here which imply out-of-the-box accessibility have made a special effort to document best practices for their particular framework.
- ↑ 117.0 117.1 "Archived copy". Archived from the original on 6 April 2009. https://web.archive.org/web/20090406005938/http://docs.dojocampus.org/quickstart/writingWidgets/a11y. Retrieved 2009-04-23.
- ↑ 118.0 118.1 "Ext JS 4.2.1 - Sencha Docs". http://docs.sencha.com/extjs/4.2.1/#!/guide/accessibility.
- ↑ "Built-in Accessibility in GWT 1.5 Applications". https://webtoolkit.googleblog.com/2008/09/built-in-accessibility-in-gwt-15.html.
- ↑ 120.0 120.1 120.2 "jQWidgets Accessibility Overview". http://www.jqwidgets.com/jquery-widgets-documentation/documentation/accessibility/jqwidgets-accessibility-overview.htm. Retrieved 2015-12-17.
- ↑ Qooxdoo's "Extreme JavaScript" paradigm
- ↑ "Accessibility of Guides, Designing User Interface Webix Docs". https://docs.webix.com/desktop__accessibility.html.
- ↑ js.foundation, JS Foundation -. "About jQuery UI - jQuery UI". http://jqueryui.com/about.
- ↑ "Accessibility of Guides, Designing User Interface Webix Docs". https://docs.webix.com/desktop__accessibility.html#waiariaattributes.
- ↑ Wavemaker
- ↑ Aptana Studio
- ↑ "Archived copy". Archived from the original on 9 July 2012. https://web.archive.org/web/20120709053821/http://developer.palm.com/blog/2012/04/april-code-releases-for-open-webos/. Retrieved 2012-08-05.
- ↑ "Sencha Architect". 25 March 2015. http://www.sencha.com/products/designer/.
- ↑ "Blog". 26 February 2015. http://www.sencha.com/blog/2008/04/07/spket-ide-1611-released-includes-new-ext-theme-builder/.
- ↑ "Sencha Ext JS". 20 April 2015. http://www.sencha.com/products/js/build/.
- ↑ troy.giunipero@sun.com, lloyd.dunn @ sun.com. "Using jQuery to Enhance the Appearance and Usability of a Web Page - NetBeans Tutorial". http://netbeans.org/kb/docs/web/js-toolkits-jquery.html.
- ↑ js.foundation, JS Foundation -. "jQuery API Documentation". http://api.jquery.com/.
- ↑ "Theme Builder for jQWidgets". http://www.jqwidgets.com/themebuilder/. Retrieved 2015-12-17.
- ↑ "ßeta - jQWidgets Charts Studio". https://www.jqwidgets.com/chartstudio/. Retrieved 2015-12-17.
- ↑ "JSEditor". https://www.jqwidgets.com/jseditor/. Retrieved 2015-12-17.
- ↑ "MooTools-core Documentation". http://mootools.net/docs/core.
- ↑ "MooTools-more Document". http://mootools.net/docs/more.
- ↑ Custom build, JS Linker, API generation, Unit test framework, etc.
- ↑ SAS, Wakanda. "Wakanda FullStack JavaScript Platform". http://www.wakanda.org/features/studio.
- ↑ "Webix Skin Builder". https://webix.com/skin-builder/.
- ↑ "Formbuilder". https://webix.com/form-builder/.
- ↑ JavaScript frameworks currently only have the ability to support offline storage by taking advantage of pre-installed browser extensions such as Google Gears. If a user does not have one of these supported extensions installed in their browser already then offline support will be unavailable to the framework. JavaScript framework developers interested in implementing Gears may want to start with the Gears Getting Started Guide.
- ↑ o.DojoToolkit.Org/offline says "Dojo Offline is no longer supported after Dojo 1.3"
- ↑ "Ext JS 4.2.0 - Sencha Docs". http://docs.sencha.com/extjs/4.2.0/#!/api/Ext.data.proxy.WebStorage.
- ↑ "googlearchive/gwt-google-apis". https://code.google.com/p/gwt-google-apis/.
- ↑ "jQuery HTML5 Storage plugin - daveschindler". https://sites.google.com/site/daveschindler/jquery-html5-storage-plugin/.
- ↑ "This example shows how to Save/Load the Grid's state.". http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/saveloadstate.htm?arctic. Retrieved 2015-12-17.
- ↑ Some JavaScript libraries provide 2d graphics primitives that can be used for cross-browser vector graphics. These libraries rely on underlying technologies in the browser or plugins such as Canvas, SVG, VML, Flash, and Silverlight to do the actual rendering, but help isolate application and widget code from the rendering engine API differences
- ↑ "Archived copy". Archived from the original on 9 March 2009. https://web.archive.org/web/20090309234151/http://docs.dojocampus.org/dojox/gfx. Retrieved 2009-04-23.
- ↑ jQuery SVG plugin
- ↑ "kamicane/art". https://github.com/kamicane/art.
- ↑ "Chart Integration - Third-party charts integration guide. Webix Docs". https://docs.webix.com/desktop__chart_integration.html#raphaeumllcharts.
- ↑ Some JavaScript libraries include widgets for Charts, Gauges, and other data visualizations.
- ↑ "Archived copy". Archived from the original on 3 March 2009. https://web.archive.org/web/20090303111929/http://docs.dojocampus.org/dojox/charting. Retrieved 2009-04-23.
- ↑ Chart API
- ↑ "Flot: Attractive JavaScript plotting for jQuery". http://www.flotcharts.org/.
- ↑ jQuery Visualize Plugin
- ↑ "jqxChart - javascript chart widget powered by jQuery, HTML5, SVG". http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxchart/index.htm. Retrieved 2015-12-17.
- ↑ "jQuery Gauge". http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgauge/index.htm. Retrieved 2015-12-17.
- ↑ "Wakanda Doc Center". http://doc.wakanda.org/Wakanda-Studio-Reference-Guide/GUI-Designer/Chart.300-726286.en.html.
- ↑ "ZK Live Demo - Other Charts". http://www.zkoss.org/zkdemo/chart.
- ↑ "JavaScript Charts UI Widget - Webix JS Charts". https://webix.com/widget/charts/.
- ↑ 163.0 163.1 163.2 163.3 "Archived copy". Archived from the original on 8 February 2010. https://web.archive.org/web/20100208101206/http://docs.dojocampus.org/releasenotes/1.4. Retrieved 2009-12-17.
- ↑ 164.0 164.1 164.2 164.3 "Archived copy". Archived from the original on 23 July 2012. https://web.archive.org/web/20120723164041/http://enyojs.com/docs/platforms/. Retrieved 2012-07-26.
- ↑ "Sencha Ext JS". 20 April 2015. http://www.sencha.com/products/js/.
- ↑ 166.0 166.1 166.2 166.3 166.4 js.foundation, JS Foundation -. "Browser Support - jQuery". http://docs.jquery.com/Browser_Compatibility.
- ↑ 167.0 167.1 167.2 167.3 167.4 "jQuery UI Widgets - Help Documentation". http://www.jqwidgets.com/jquery-widgets-documentation/. Retrieved 2015-12-17.
- ↑ 168.0 168.1 168.2 168.3 168.4 "Compatibility Webix Docs". https://docs.webix.com/desktop__compatibility.html.