1234567891011121314151617 |
- //
- // IBM Confidential
- // OCO Source Materials
- // BI and PM: Mobile
- // (C) Copyright IBM Corp. 2013
- // US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- //
- dojo.provide('mobileAdmin.serverConfig.control.MobilePropertyGrid');
- // dojo dependencies
- dojo.require('dojox.grid.DataGrid');
- dojo.declare('mobileAdmin.serverConfig.control.MobilePropertyGrid', dojox.grid.DataGrid, {
- onStyleRow: function(inRow){
- // Stub out the bar that shows up when you hover over a row!
- }
- });
|