[#145,widget/fields][m]: add new fields widget view which lists all fields with field info and replace facet widget in multiview with it.

* widget is very incomplete and does not yet show anything of great value (plan is to have summary info).
This commit is contained in:
Rufus Pollock
2012-06-04 08:26:57 +01:00
parent 915f00e21a
commit a7b6a6ac5d
5 changed files with 91 additions and 8 deletions

View File

@@ -49,7 +49,7 @@
<script type="text/javascript" src="../src/widget.pager.js"></script>
<script type="text/javascript" src="../src/widget.queryeditor.js"></script>
<script type="text/javascript" src="../src/widget.filtereditor.js"></script>
<script type="text/javascript" src="../src/widget.facetviewer.js"></script>
<script type="text/javascript" src="../src/widget.fields.js"></script>
<script type="text/javascript" src="../src/view.multiview.js"></script>
<script type="text/javascript" src="view-grid.test.js"></script>