source: ether_statistics/web/resources/js/Wijmo.2.2.2/Wijmo-Complete/development-bundle/demo-apps/geodashboard/readme.txt @ 651

Last change on this file since 651 was 651, checked in by vmipsl, 12 years ago

wijmo

File size: 1.4 KB
Line 
1GeoDashboard
2---------------------------------------------------
3An interactive geographic dashboard for analyzing demographic data
4
5This is the HTML5 version of the sample written to demonstrate MVVM
6patterns in Javascript/HTML5 and in Silverlight.
7
8The sample creates a ViewModel that has an Extent property and several
9information sources. Changing the Extent causes the ViewModel to update
10the information using ArcGIS online.
11
12The information is displayed in tiles bound to the ViewModel. Clicking
13a tile will display a corresponding layer on the map.
14
15The sample also has a link that selects the user's current location using
16HTML5 location services. This is available in most modern browsers
17(but not in IE8 and earlier).
18
19This sample uses KnockoutJS for MVVM support in JavaScript. KnockoutJS
20provides declarative bindings in HTML elements. It also provides
21observable support for object, properties and arrays. This enables "live"
22bindings in HTML and JavaScript similar to what is found in Silverlight.
23
24The map in this application is an ESRI ArcGIS map widget.
25
26It also uses Wijmo for UI controls that support MVVM in JavaScript. This
27sample utilizes the Wijmo Bar Chart and Radial Gauge widgets to visualize
28the data.
29
30GlobalizeJS is used to format the numeric values as currency, percentages
31or formatted numbers.
32
33<product>Wijmo;HTML5</product>
Note: See TracBrowser for help on using the repository browser.