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:
abijah
2009-08-11 07:08:54 +00:00
parent e9b9bdc420
commit cbdce4f166
3 changed files with 5 additions and 21 deletions

View File

@@ -232,6 +232,7 @@ $jqGrid_setup = array_merge
'sortorder' => $sortorder, 'sortorder' => $sortorder,
'caption' => $caption, 'caption' => $caption,
'viewrecords' => true, 'viewrecords' => true,
'gridview' => true,
'pager' => $grid_id.'-pager', 'pager' => $grid_id.'-pager',
), ),
$grid_events, $grid_events,

View File

@@ -267,23 +267,6 @@ table.Header th h2 {
margin-bottom: 0.0em; 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;
}
/************************************************************ /************************************************************
************************************************************ ************************************************************

View File

@@ -23,10 +23,10 @@ div#debug-kit-toolbar
/* Grid are not to be truncated when printing, so /* Grid are not to be truncated when printing, so
* set overflow to visible for necessary selectors. * set overflow to visible for necessary selectors.
*/ */
div#content, div.grid_bdiv div#content, div.ui-jqgrid-bdiv
{ overflow: visible ! important } { overflow: visible ! important }
div.grid_hdiv div.ui-jqgrid-hdiv
{ border-bottom: 3px double #000; } { border-bottom: 3px double #000; }
/* The header is generally useless, except for the <th>, /* The header is generally useless, except for the <th>,
@@ -35,8 +35,8 @@ div.grid_hdiv
*/ */
.GridHeader td, .GridHeader td,
div.scroll .navtable, div.scroll .navtable,
div.scroll .pgbuttons, div.scroll .ui-pg-button,
div.scroll select.selbox div.scroll select.ui-pg-selbox
{ display: none; } { display: none; }
/* The "page N / M" input box... make it look like normal text */ /* The "page N / M" input box... make it look like normal text */