-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setting up only one license information. Only the base module will ho…
…ld this information. For more details look here: http://guriddo.net/?p=1
- Loading branch information
Showing
10 changed files
with
3 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,10 @@ | |
// @compilation_level SIMPLE_OPTIMIZATIONS | ||
|
||
/** | ||
* @license jqGrid 4.7.0 - jQuery Grid | ||
* @license Guriddo jqGrid JS 4.7.0 (2014-12-08) | ||
* Copyright (c) 2008, Tony Tomov, [email protected] | ||
* Dual licensed under the MIT and GPL licenses | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl-2.0.html | ||
* Date: 2014-12-08 | ||
* | ||
* License: http://guriddo.net/?page_id=103334 | ||
*/ | ||
//jsHint options | ||
/*jshint evil:true, eqeqeq:false, eqnull:true, devel:true */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,6 @@ | ||
/*jshint eqeqeq:false */ | ||
/*global jQuery */ | ||
(function($){ | ||
/* | ||
** | ||
* jqGrid extension for cellediting Grid Data | ||
* Tony Tomov [email protected] | ||
* http://trirand.com/blog/ | ||
* Dual licensed under the MIT and GPL licenses: | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl-2.0.html | ||
**/ | ||
/** | ||
* all events and options here are aded anonynous and not in the base grid | ||
* since the array is to big. Here is the order of execution. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,6 @@ | ||
/*jshint eqeqeq:false */ | ||
/*global jQuery */ | ||
(function($){ | ||
/* | ||
* jqGrid common function | ||
* Tony Tomov [email protected] | ||
* http://trirand.com/blog/ | ||
* Dual licensed under the MIT and GPL licenses: | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl-2.0.html | ||
*/ | ||
"use strict"; | ||
$.extend($.jgrid,{ | ||
// Modal functions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,4 @@ | ||
/* | ||
* jqFilter jQuery jqGrid filter addon. | ||
* Copyright (c) 2011, Tony Tomov, [email protected] | ||
* Dual licensed under the MIT and GPL licenses | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl-2.0.html | ||
* | ||
* The work is inspired from this Stefan Pirvu | ||
* http://www.codeproject.com/KB/scripting/json-filtering.aspx | ||
* | ||
* The filter uses JSON entities to hold filter rules and groups. Here is an example of a filter: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,6 @@ | ||
/*jshint eqeqeq:false, eqnull:true, devel:true */ | ||
/*global xmlJsonClass, jQuery */ | ||
(function($){ | ||
/** | ||
* jqGrid extension for form editing Grid Data | ||
* Tony Tomov [email protected] | ||
* http://trirand.com/blog/ | ||
* Dual licensed under the MIT and GPL licenses: | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl-2.0.html | ||
**/ | ||
"use strict"; | ||
var rp_ge = {}; | ||
$.jgrid.extend({ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,6 @@ | ||
/*jshint eqeqeq:false, eqnull:true, devel:true */ | ||
/*global jQuery, xmlJsonClass */ | ||
(function($){ | ||
/* | ||
* jqGrid extension for constructing Grid Data from external file | ||
* Tony Tomov [email protected] | ||
* http://trirand.com/blog/ | ||
* Dual licensed under the MIT and GPL licenses: | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl-2.0.html | ||
**/ | ||
|
||
"use strict"; | ||
$.jgrid.extend({ | ||
jqGridImport : function(o) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,6 @@ | ||
/*jshint eqeqeq:false, eqnull:true, devel:true */ | ||
/*global jQuery */ | ||
(function($){ | ||
/** | ||
* jqGrid extension for manipulating Grid Data | ||
* Tony Tomov [email protected] | ||
* http://trirand.com/blog/ | ||
* Dual licensed under the MIT and GPL licenses: | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl-2.0.html | ||
**/ | ||
"use strict"; | ||
$.jgrid.inlineEdit = $.jgrid.inlineEdit || {}; | ||
$.jgrid.extend({ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,6 @@ | ||
/*jshint eqeqeq:false */ | ||
/*global jQuery */ | ||
(function($){ | ||
/** | ||
* jqGrid pivot functions | ||
* Tony Tomov [email protected] | ||
* http://trirand.com/blog/ | ||
* Dual licensed under the MIT and GPL licenses: | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl-2.0.html | ||
*/ | ||
"use strict"; | ||
// To optimize the search we need custom array filter | ||
// This code is taken from | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,6 @@ | ||
/*jshint eqeqeq:false */ | ||
/*global jQuery */ | ||
(function($){ | ||
/** | ||
* jqGrid extension for SubGrid Data | ||
* Tony Tomov [email protected] | ||
* http://trirand.com/blog/ | ||
* Dual licensed under the MIT and GPL licenses: | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl-2.0.html | ||
**/ | ||
"use strict"; | ||
$.jgrid.extend({ | ||
setSubGrid : function () { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,3 @@ | ||
/** | ||
* jqGrid extension - Tree Grid | ||
* Tony Tomov [email protected] | ||
* http://trirand.com/blog/ | ||
* Dual licensed under the MIT and GPL licenses: | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl.html | ||
**/ | ||
|
||
/*jshint eqeqeq:false */ | ||
/*global jQuery */ | ||
(function($) { | ||
|