Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/mkws
authorMike Taylor <mike@indexdata.com>
Thu, 23 Oct 2014 14:35:17 +0000 (15:35 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 23 Oct 2014 14:35:17 +0000 (15:35 +0100)
doc/mkws-manual.markdown
src/mkws-widget-record.js

index a52eeb3..2060dda 100644 (file)
@@ -65,8 +65,10 @@ The following is
         <link rel="stylesheet" href="//mkws.indexdata.com/mkws.css" />
       </head>
       <body>
-        <div class="mkwsSearch"></div>
-        <div class="mkwsResults"></div>
+        <div class="mkws-progress"></div>
+        <div class="mkws-search"></div>
+        <div class="mkws-results"></div>
+        <div class="mkws-stat"></div>
       </body>
     </html>
 
index ba3fce2..044d574 100644 (file)
@@ -1,4 +1,4 @@
-// A widget for one record
+// A widget for a record-list of a single record
 mkws.registerWidgetType('record', function() {
   if (!this.config.maxrecs) this.config.maxrecs = 1;
   var that = this;