Skip to content

Commit 3eb606c

Browse files
committed
Initial commmit
1 parent d585cb9 commit 3eb606c

File tree

204 files changed

+7848
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+7848
-1
lines changed

README.md

+36-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,36 @@
1-
# cmv-widgets
1+
# CMV-Widgets
2+
3+
Widgets created for [cmv/cmv-app](https://github.com/cmv/cmv-app).
4+
5+
[See them live!](http://tmcgee.github.io/cmv-widgets/)
6+
7+
### Attributes Table(s)
8+
A highly configurable widget to display the results of one or more QueryTasks.
9+
#####[Demo](http://tmcgee.github.io/cmv-widgets/demo.html?config=table)
10+
![Screenshot](./images/attributesTables1.jpg)
11+
12+
### Disclaimer
13+
A simple yet configurable disclaimer widget.
14+
#####[Demo](http://tmcgee.github.io/cmv-widgets/demo.html?config=disclaimer)
15+
![Screenshot](./images/disclaimer1.jpg)
16+
17+
### Editor
18+
Coming Soon
19+
20+
### Export
21+
Export features from the Attribute Table widget or other widgets that have a [dgrid](http://dgrid.io).
22+
#####[Demo](http://tmcgee.github.io/cmv-widgets/demo.html?config=table)
23+
![Screenshot](./images/export1.jpg)
24+
25+
### Multi-Field Geocoder
26+
Coming Soon
27+
28+
###Search
29+
Used in conjunction with the Attribute Table widget to provide a user interface for querying feature layers.
30+
#####[Demo](http://tmcgee.github.io/cmv-widgets/demo.html?config=search)
31+
![Screenshot](./images/search1.jpg)
32+
33+
![Screenshot](./images/search2.jpg)
34+
35+
### Zoom to Feature
36+
Coming Soon

cmv/css/main.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmv/css/theme/dbootstrap/dbootstrap.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmv/images/linen.jpg

2.66 KB
Loading

cmv/images/noisy_grid.png

833 Bytes
Loading

cmv/images/pointertop.png

47.6 KB
Loading

cmv/images/rocket-logo.png

62.2 KB
Loading

cmv/js/gis/dijit/Basemaps.js

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmv/js/gis/dijit/Basemaps.map

+1
Original file line numberDiff line numberDiff line change

cmv/js/gis/dijit/Basemaps/css/Basemaps.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
242 Bytes
Loading
174 Bytes
Loading

cmv/js/gis/dijit/Basemaps/nls/resource.js

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmv/js/gis/dijit/Basemaps/nls/resource.map

+1
Original file line numberDiff line numberDiff line change
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<div>
2+
<div data-dojo-type="dijit/form/DropDownButton" data-dojo-props="iconClass:'basemapsIcon'" data-dojo-attach-point="dropDownButton">
3+
<span>
4+
${title}
5+
</span>
6+
</div>
7+
</div>

cmv/js/gis/dijit/Bookmarks.js

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmv/js/gis/dijit/Bookmarks.map

+1
Original file line numberDiff line numberDiff line change
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.esriBookmarks{width:100%;border:none}.esriBookmarkItem,.esriBookmarkTable{width:100%}

0 commit comments

Comments
 (0)