/* Copyright (c) 2004-2012, The Dojo Foundation All Rights Reserved. Available via Academic Free License >= 2.1 OR the modified BSD license. see: http://dojotoolkit.org/license for details */ if(!dojo._hasResource["dojox.grid._RowSelector"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code. dojo._hasResource["dojox.grid._RowSelector"] = true; dojo.provide("dojox.grid._RowSelector"); dojo.require("dojox.grid._View"); dojo.declare('dojox.grid._RowSelector', dojox.grid._View, { // summary: // Custom grid view. If used in a grid structure, provides a small selectable region for grid rows. defaultWidth: "2em", noscroll: true, padBorderWidth: 2, buildRendering: function(){ this.inherited('buildRendering', arguments); this.scrollboxNode.style.overflow = "hidden"; this.headerNode.style.visibility = "hidden"; }, getWidth: function(){ return this.viewWidth || this.defaultWidth; }, buildRowContent: function(inRowIndex, inRowNode){ var w = this.contentWidth || 0; inRowNode.innerHTML = '