Skip to content

Commit 5e07424

Browse files
committed
Revise references to the associated widgets.
1 parent ff7e335 commit 5e07424

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Coming Soon
2525

2626
---
2727
### Export
28-
Export features from the Attribute Table widget or other widgets that have a [dgrid](http://dgrid.io).
28+
Export features from the [Attributes Tables](https://github.com/tmcgee/cmv-widgets#attributes-tables] widget or other widgets that have a [dgrid](http://dgrid.io).
2929
#####[Documentation](https://github.com/tmcgee/cmv-widgets/tree/master/widgets/Export/README.md)
3030
#####[Demo](http://tmcgee.github.io/cmv-widgets/demo.html?config=table)
3131
![Screenshot](https://tmcgee.github.io/cmv-widgets/images/export1.jpg)
@@ -36,7 +36,7 @@ Coming Soon
3636

3737
---
3838
###Search
39-
Used in conjunction with the Attribute Table widget to provide a user interface for querying feature layers, tables and related records.
39+
Used in conjunction with the [Attributes Tables](https://github.com/tmcgee/cmv-widgets#attributes-tables) widget to provide a user interface for querying feature layers, tables and related records.
4040
#####[Documentation](https://github.com/tmcgee/cmv-widgets/tree/master/widgets/Search/README.md)
4141
#####[Demo](http://tmcgee.github.io/cmv-widgets/demo.html?config=search)
4242
![Screenshot](https://tmcgee.github.io/cmv-widgets/images/search1.jpg)

widgets/AttributesTable/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The `content` property is used to provide a source node reference in the widget
6363
![Screenshot](https://tmcgee.github.io/cmv-widgets/images/attributesTables1.jpg)
6464

6565
##Communicating with other widgets
66-
The Attributes Table can be stand-alone if you want to display the results of a query at the start of your application for example. It can also work well with other widgets. The [Search Widget](https//github.com/tmcgee/cmv-widgets/) is intended to be used as a querying interface for an attributes table. Two other widgets are planned that can communicate with an attributes table:
66+
The Attributes Table can be stand-alone if you want to display the results of a query at the start of your application for example. It can also work well with other widgets. The [Search Widget](https://github.com/tmcgee/cmv-widgets#search) is intended to be used as a querying interface for an attributes table. The [Export Widget](https://github.com/tmcgee/cmv-widgets#export) is intended to be used to export the records from an attributes table. Two other widgets are planned that would communicate with an attributes table:
6767

6868
1. Plug-in for layerControl widget
6969
2. Query Builder widget

widgets/Export/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Export Widget for CMV
2-
Export features from the [Attribute Table](https//github.com/tmcgee/cmv-widgets/) widget or other widgets that have a [dgrid](http://dgrid.io).
2+
Export features from the [Attribute Table](https://github.com/tmcgee/cmv-widgets#attributes-tables) widget or other widgets that have a [dgrid](http://dgrid.io).
33

44
---
55
## Configurable Options:

widgets/Search/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Search Widget for CMV
2-
Used in conjunction with the Attribute Table widget to provide a user interface for querying feature layers, tables and related records.
2+
Used in conjunction with the [Attribute Table](https://github.com/tmcgee/cmv-widgets#attributes-tables) widget to provide a user interface for querying feature layers, tables and related records.
33

44
---
55
## Example Configuration:

0 commit comments

Comments
 (0)