fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [8126] property: revert ScrollingDataTable


From: Sigurd Nes
Subject: [Fmsystem-commits] [8126] property: revert ScrollingDataTable
Date: Fri, 18 Nov 2011 10:22:04 +0000

Revision: 8126
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8126
Author:   sigurdne
Date:     2011-11-18 10:22:03 +0000 (Fri, 18 Nov 2011)
Log Message:
-----------
property: revert ScrollingDataTable

Modified Paths:
--------------
    trunk/property/js/yahoo/property.js

Modified: trunk/property/js/yahoo/property.js
===================================================================
--- trunk/property/js/yahoo/property.js 2011-11-17 18:21:09 UTC (rev 8125)
+++ trunk/property/js/yahoo/property.js 2011-11-18 10:22:03 UTC (rev 8126)
@@ -916,8 +916,8 @@
                                //                      height                  
        : tableHeight //"30em",
                };
                //Create DataTable ; Second call JSON (GET)
-       //      myDataTable = new YAHOO.widget.DataTable(container[0], 
myColumnDefs, myDataSource, myTableConfig);
-               myDataTable = new YAHOO.widget.ScrollingDataTable(container[0], 
myColumnDefs, myDataSource, myTableConfig);
+               myDataTable = new YAHOO.widget.DataTable(container[0], 
myColumnDefs, myDataSource, myTableConfig);
+       //      myDataTable = new YAHOO.widget.ScrollingDataTable(container[0], 
myColumnDefs, myDataSource, myTableConfig);
 
                myDataTable.on('cellMouseoverEvent', function (oArgs)
                {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]