Add special ctaegory "[All]" to dropdown.
[mkws-moved-to-github.git] / src / mkws-widgets.js
index 9f6c418..19f1066 100644 (file)
@@ -222,6 +222,13 @@ mkws.registerWidgetType('Pager', function() {
 });
 
 
+mkws.registerWidgetType('Results', function() {
+    // Nothing to do apart from act as an autosearch trigger
+    // Contained elements do all the real work
+    widget.autosearch(this);
+});
+
+
 mkws.registerWidgetType('Records', function() {
     var that = this;
     var team = this.team;