Moved all of the jqGrid search javascript into its own file to prevent duplication when including more than one grid on a page. I also put search boxes directly into the jqGrid element, with the requested fields passed in as a parameter. I've got the autosearch mechanism tied across all grids, but search and reload is grid specific. This was mostly to get the code into an extensible spot, but the layout is not yet desirable. I'll yank the search boxes on the next checkin not that its proven out.

git-svn-id: file:///svn-source/pmgr/branches/ledger_transactions_20090605@123 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-06-14 23:16:35 +00:00
parent 015e6b082d
commit 4d49ad6516
5 changed files with 74 additions and 140 deletions

View File

@@ -83,6 +83,8 @@
<!-- LAYOUT TABLE -->
</TABLE>
<div id="debug"></div>
<?php echo $cakeDebug; ?>
<?php /* pr($this); */ ?>