Added the gridview parameter, since we're not doing anything too complicated with grids. Updated the jqGrid css, some of which is just not longer needed, and some of which is broken by the move to jqGrid 3.5
git-svn-id: file:///svn-source/pmgr/branches/jqgrid_3.5@528 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -232,6 +232,7 @@ $jqGrid_setup = array_merge
|
||||
'sortorder' => $sortorder,
|
||||
'caption' => $caption,
|
||||
'viewrecords' => true,
|
||||
'gridview' => true,
|
||||
'pager' => $grid_id.'-pager',
|
||||
),
|
||||
$grid_events,
|
||||
|
||||
@@ -267,23 +267,6 @@ table.Header th h2 {
|
||||
margin-bottom: 0.0em;
|
||||
}
|
||||
|
||||
div.loading {
|
||||
margin-top: 1.5em;
|
||||
margin-left: 1.0em;
|
||||
}
|
||||
|
||||
div.scroll .selbox {
|
||||
font-family: 'lucida grande',verdana,helvetica,arial,sans-serif;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
/* The "page N / M" input box */
|
||||
div.scroll input[type='text']
|
||||
{
|
||||
text-align: right;
|
||||
padding-right: 0.4em;
|
||||
}
|
||||
|
||||
|
||||
/************************************************************
|
||||
************************************************************
|
||||
|
||||
@@ -23,10 +23,10 @@ div#debug-kit-toolbar
|
||||
/* Grid are not to be truncated when printing, so
|
||||
* set overflow to visible for necessary selectors.
|
||||
*/
|
||||
div#content, div.grid_bdiv
|
||||
div#content, div.ui-jqgrid-bdiv
|
||||
{ overflow: visible ! important }
|
||||
|
||||
div.grid_hdiv
|
||||
div.ui-jqgrid-hdiv
|
||||
{ border-bottom: 3px double #000; }
|
||||
|
||||
/* The header is generally useless, except for the <th>,
|
||||
@@ -35,8 +35,8 @@ div.grid_hdiv
|
||||
*/
|
||||
.GridHeader td,
|
||||
div.scroll .navtable,
|
||||
div.scroll .pgbuttons,
|
||||
div.scroll select.selbox
|
||||
div.scroll .ui-pg-button,
|
||||
div.scroll select.ui-pg-selbox
|
||||
{ display: none; }
|
||||
|
||||
/* The "page N / M" input box... make it look like normal text */
|
||||
|
||||
Reference in New Issue
Block a user