[Checkins] SVN: hurry.explorer/trunk/ Set selection mode to single.

Martijn Faassen faassen at infrae.com
Mon Jan 19 12:14:40 EST 2009


Log message for revision 94845:
  Set selection mode to single.
  

Changed:
  U   hurry.explorer/trunk/CHANGES.txt
  U   hurry.explorer/trunk/src/hurry/explorer/resources/explorer.js

-=-
Modified: hurry.explorer/trunk/CHANGES.txt
===================================================================
--- hurry.explorer/trunk/CHANGES.txt	2009-01-19 13:42:46 UTC (rev 94844)
+++ hurry.explorer/trunk/CHANGES.txt	2009-01-19 17:14:39 UTC (rev 94845)
@@ -1,10 +1,11 @@
 CHANGES
 *******
 
-0.1.2 (unreleased)
-==================
+0.2 (unreleased)
+=================
 
-* ....
+* Set selectionMode to single for table so that only single items 
+  can be selected.
 
 0.1.1 (2008-12-10)
 ==================

Modified: hurry.explorer/trunk/src/hurry/explorer/resources/explorer.js
===================================================================
--- hurry.explorer/trunk/src/hurry/explorer/resources/explorer.js	2009-01-19 13:42:46 UTC (rev 94844)
+++ hurry.explorer/trunk/src/hurry/explorer/resources/explorer.js	2009-01-19 17:14:39 UTC (rev 94845)
@@ -191,6 +191,7 @@
         
         datatable = new YAHOO.widget.DataTable('datatable', 
                                                columnDefs, dataSource);
+        datatable.set('selectionMode', 'single');
         datatable.subscribe("rowClickEvent", rowClick);
     };
 



More information about the Checkins mailing list