Skip to content

Commit a3f4bd2

Browse files
committed
Added the minimum files set required by jQgrid to work.
1 parent 290a37f commit a3f4bd2

File tree

5 files changed

+12817
-0
lines changed

5 files changed

+12817
-0
lines changed

lib/jqgrid/css/ellipsis-xbl.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0"?>
2+
<bindings
3+
xmlns="http://www.mozilla.org/xbl"
4+
xmlns:xbl="http://www.mozilla.org/xbl"
5+
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
6+
<binding id="ellipsis">
7+
<content>
8+
<xul:window><!-- xul:window tag required for FF2 -->
9+
<xul:description crop="end" xbl:inherits="value=xbl:text"><children/></xul:description>
10+
</xul:window>
11+
</content>
12+
</binding>
13+
</bindings>

lib/jqgrid/css/ui.jqgrid.css

Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,144 @@
1+
/*Grid*/
2+
.ui-jqgrid {position: relative;}
3+
.ui-jqgrid .ui-jqgrid-view {position: relative;left:0px; top: 0px; padding: .0em; font-size:11px;}
4+
/* caption*/
5+
.ui-jqgrid .ui-jqgrid-titlebar {padding: .3em .2em .2em .3em; position: relative; border-left: 0px none;border-right: 0px none; border-top: 0px none;}
6+
.ui-jqgrid .ui-jqgrid-title { float: left; margin: .1em 0 .2em; }
7+
.ui-jqgrid .ui-jqgrid-titlebar-close { position: absolute;top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height:18px;}.ui-jqgrid .ui-jqgrid-titlebar-close span { display: block; margin: 1px; }
8+
.ui-jqgrid .ui-jqgrid-titlebar-close:hover { padding: 0; }
9+
/* header*/
10+
.ui-jqgrid .ui-jqgrid-hdiv {position: relative; margin: 0em;padding: 0em; overflow-x: hidden; border-left: 0px none !important; border-top : 0px none !important; border-right : 0px none !important;}
11+
.ui-jqgrid .ui-jqgrid-hbox {float: left; padding-right: 20px;}
12+
.ui-jqgrid .ui-jqgrid-htable {table-layout:fixed;margin:0em;}
13+
.ui-jqgrid .ui-jqgrid-htable th {height:22px;padding: 0 2px 0 2px;}
14+
.ui-jqgrid .ui-jqgrid-htable th div {overflow: hidden; position:relative; height:17px;}
15+
.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {overflow: hidden;white-space: nowrap;text-align:center;border-top : 0px none;border-bottom : 0px none;}
16+
.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {border-left : 0px none;}
17+
.ui-th-rtl, .ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {border-right : 0px none;}
18+
.ui-first-th-ltr {border-right: 1px solid; }
19+
.ui-first-th-rtl {border-left: 1px solid; }
20+
.ui-jqgrid .ui-th-div-ie {white-space: nowrap; zoom :1; height:17px;}
21+
.ui-jqgrid .ui-jqgrid-resize {height:20px !important;position: relative; cursor :e-resize;display: inline;overflow: hidden;}
22+
.ui-jqgrid .ui-grid-ico-sort {overflow:hidden;position:absolute;display:inline; cursor: pointer !important;}
23+
.ui-jqgrid .ui-icon-asc {margin-top:-3px; height:12px;}
24+
.ui-jqgrid .ui-icon-desc {margin-top:3px;height:12px;}
25+
.ui-jqgrid .ui-i-asc {margin-top:0px;height:16px;}
26+
.ui-jqgrid .ui-i-desc {margin-top:0px;margin-left:13px;height:16px;}
27+
.ui-jqgrid .ui-jqgrid-sortable {cursor:pointer;}
28+
.ui-jqgrid tr.ui-search-toolbar th { border-top-width: 1px !important; border-top-color: inherit !important; border-top-style: ridge !important }
29+
tr.ui-search-toolbar input {margin: 1px 0px 0px 0px}
30+
tr.ui-search-toolbar select {margin: 1px 0px 0px 0px}
31+
/* body */
32+
.ui-jqgrid .ui-jqgrid-bdiv {position: relative; margin: 0em; padding:0; overflow: auto; text-align:left;}
33+
.ui-jqgrid .ui-jqgrid-btable {table-layout:fixed; margin:0em; outline-style: none; }
34+
.ui-jqgrid tr.jqgrow { outline-style: none; }
35+
.ui-jqgrid tr.jqgroup { outline-style: none; }
36+
.ui-jqgrid tr.jqgrow td {font-weight: normal; overflow: hidden; white-space: pre; height: 22px;padding: 0 2px 0 2px;border-bottom-width: 1px; border-bottom-color: inherit; border-bottom-style: solid;}
37+
.ui-jqgrid tr.jqgfirstrow td {padding: 0 2px 0 2px;border-right-width: 1px; border-right-style: solid;}
38+
.ui-jqgrid tr.jqgroup td {font-weight: normal; overflow: hidden; white-space: pre; height: 22px;padding: 0 2px 0 2px;border-bottom-width: 1px; border-bottom-color: inherit; border-bottom-style: solid;}
39+
.ui-jqgrid tr.jqfoot td {font-weight: bold; overflow: hidden; white-space: pre; height: 22px;padding: 0 2px 0 2px;border-bottom-width: 1px; border-bottom-color: inherit; border-bottom-style: solid;}
40+
.ui-jqgrid tr.ui-row-ltr td {text-align:left;border-right-width: 1px; border-right-color: inherit; border-right-style: solid;}
41+
.ui-jqgrid tr.ui-row-rtl td {text-align:right;border-left-width: 1px; border-left-color: inherit; border-left-style: solid;}
42+
.ui-jqgrid td.jqgrid-rownum { padding: 0 2px 0 2px; margin: 0px; border: 0px none;}
43+
.ui-jqgrid .ui-jqgrid-resize-mark { width:2px; left:0; background-color:#777; cursor: e-resize; cursor: col-resize; position:absolute; top:0; height:100px; overflow:hidden; display:none; border:0 none; z-index: 99999;}
44+
/* footer */
45+
.ui-jqgrid .ui-jqgrid-sdiv {position: relative; margin: 0em;padding: 0em; overflow: hidden; border-left: 0px none !important; border-top : 0px none !important; border-right : 0px none !important;}
46+
.ui-jqgrid .ui-jqgrid-ftable {table-layout:fixed; margin-bottom:0em;}
47+
.ui-jqgrid tr.footrow td {font-weight: bold; overflow: hidden; white-space:nowrap; height: 21px;padding: 0 2px 0 2px;border-top-width: 1px; border-top-color: inherit; border-top-style: solid;}
48+
.ui-jqgrid tr.footrow-ltr td {text-align:left;border-right-width: 1px; border-right-color: inherit; border-right-style: solid;}
49+
.ui-jqgrid tr.footrow-rtl td {text-align:right;border-left-width: 1px; border-left-color: inherit; border-left-style: solid;}
50+
/* Pager*/
51+
.ui-jqgrid .ui-jqgrid-pager { border-left: 0px none !important;border-right: 0px none !important; border-bottom: 0px none !important; margin: 0px !important; padding: 0px !important; position: relative; height: 25px;white-space: nowrap;overflow: hidden;font-size:11px;}
52+
.ui-jqgrid .ui-pager-control {position: relative;}
53+
.ui-jqgrid .ui-pg-table {position: relative; padding-bottom:2px; width:auto; margin: 0em;}
54+
.ui-jqgrid .ui-pg-table td {font-weight:normal; vertical-align:middle; padding:1px;}
55+
.ui-jqgrid .ui-pg-button { height:19px !important;}
56+
.ui-jqgrid .ui-pg-button span { display: block; margin: 1px; float:left;}
57+
.ui-jqgrid .ui-pg-button:hover { padding: 0px; }
58+
.ui-jqgrid .ui-state-disabled:hover {padding:1px;}
59+
.ui-jqgrid .ui-pg-input { height:13px;font-size:.8em; margin: 0em;}
60+
.ui-jqgrid .ui-pg-selbox {font-size:.8em; line-height:18px; display:block; height:18px; margin: 0em;}
61+
.ui-jqgrid .ui-separator {height: 18px; border-left: 1px solid #ccc ; border-right: 1px solid #ccc ; margin: 1px; float: right;}
62+
.ui-jqgrid .ui-paging-info {font-weight: normal;height:19px; margin-top:3px;margin-right:4px;}
63+
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div {padding:1px 0;float:left;position:relative;}
64+
.ui-jqgrid .ui-jqgrid-pager .ui-pg-button { cursor:pointer; }
65+
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon {float:left;margin:0 2px;}
66+
.ui-jqgrid td input, .ui-jqgrid td select .ui-jqgrid td textarea { margin: 0em;}
67+
.ui-jqgrid td textarea {width:auto;height:auto;}
68+
.ui-jqgrid .ui-jqgrid-toppager {border-left: 0px none !important;border-right: 0px none !important; border-top: 0px none !important; margin: 0px !important; padding: 0px !important; position: relative; height: 25px !important;white-space: nowrap;overflow: hidden;}
69+
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div {padding:1px 0;float:left;position:relative;}
70+
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-button { cursor:pointer; }
71+
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-icon {float:left;margin:0 2px;}
72+
/*subgrid*/
73+
.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {display: block;}
74+
.ui-jqgrid .ui-subgrid {margin:0em;padding:0em; width:100%;}
75+
.ui-jqgrid .ui-subgrid table {table-layout: fixed;}
76+
.ui-jqgrid .ui-subgrid tr.ui-subtblcell td {height:18px;border-right-width: 1px; border-right-color: inherit; border-right-style: solid;border-bottom-width: 1px; border-bottom-color: inherit; border-bottom-style: solid;}
77+
.ui-jqgrid .ui-subgrid td.subgrid-data {border-top: 0px none !important;}
78+
.ui-jqgrid .ui-subgrid td.subgrid-cell {border-width: 0px 0px 1px 0px;}
79+
.ui-jqgrid .ui-th-subgrid {height:20px;}
80+
/* loading */
81+
.ui-jqgrid .loading {position: absolute; top: 45%;left: 45%;width: auto;z-index:101;padding: 6px; margin: 5px;text-align: center;font-weight: bold;display: none;border-width: 2px !important; font-size:11px;}
82+
.ui-jqgrid .jqgrid-overlay {display:none;z-index:100;}
83+
* html .jqgrid-overlay {width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}
84+
* .jqgrid-overlay iframe {position:absolute;top:0;left:0;z-index:-1;width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}
85+
/* end loading div */
86+
/* toolbar */
87+
.ui-jqgrid .ui-userdata {border-left: 0px none; border-right: 0px none; height : 21px;overflow: hidden; }
88+
/*Modal Window */
89+
.ui-jqdialog { display: none; width: 300px; position: absolute; padding: .2em; font-size:11px; overflow:visible;}
90+
.ui-jqdialog .ui-jqdialog-titlebar { padding: .3em .2em; position: relative; }
91+
.ui-jqdialog .ui-jqdialog-title { margin: .1em 0 .2em; }
92+
.ui-jqdialog .ui-jqdialog-titlebar-close { position: absolute; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
93+
94+
.ui-jqdialog .ui-jqdialog-titlebar-close span { display: block; margin: 1px; }
95+
.ui-jqdialog .ui-jqdialog-titlebar-close:hover, .ui-jqdialog .ui-jqdialog-titlebar-close:focus { padding: 0; }
96+
.ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content { border: 0; padding: .3em .2em; background: none; height:auto;}
97+
.ui-jqdialog .ui-jqconfirm {padding: .4em 1em; border-width:3px;position:absolute;bottom:10px;right:10px;overflow:visible;display:none;height:80px;width:220px;text-align:center;}
98+
/* end Modal window*/
99+
/* Form edit */
100+
.ui-jqdialog-content .FormGrid {margin: 0px;}
101+
.ui-jqdialog-content .EditTable { width: 100%; margin-bottom:0em;}
102+
.ui-jqdialog-content .DelTable { width: 100%; margin-bottom:0em;}
103+
.EditTable td input, .EditTable td select, .EditTable td textarea {margin: 0em;}
104+
.EditTable td textarea { width:auto; height:auto;}
105+
.ui-jqdialog-content td.EditButton {text-align: right;border-top: 0px none;border-left: 0px none;border-right: 0px none; padding-bottom:5px; padding-top:5px;}
106+
.ui-jqdialog-content td.navButton {text-align: center; border-left: 0px none;border-top: 0px none;border-right: 0px none; padding-bottom:5px; padding-top:5px;}
107+
.ui-jqdialog-content input.FormElement {padding:.3em}
108+
.ui-jqdialog-content .data-line {padding-top:.1em;border: 0px none;}
109+
110+
.ui-jqdialog-content .CaptionTD {vertical-align: middle;border: 0px none; padding: 2px;white-space: nowrap;}
111+
.ui-jqdialog-content .DataTD {padding: 2px; border: 0px none; vertical-align: top;}
112+
.ui-jqdialog-content .form-view-data {white-space:pre}
113+
.fm-button { display: inline-block; margin:0 4px 0 0; padding: .4em .5em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
114+
.fm-button-icon-left { padding-left: 1.9em; }
115+
.fm-button-icon-right { padding-right: 1.9em; }
116+
.fm-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; position: absolute; top: 50%; margin-top: -8px; }
117+
.fm-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; position: absolute; top: 50%; margin-top: -8px;}
118+
#nData, #pData { float: left; margin:3px;padding: 0; width: 15px; }
119+
/* End Eorm edit */
120+
/*.ui-jqgrid .edit-cell {}*/
121+
.ui-jqgrid .selected-row, div.ui-jqgrid .selected-row td {font-style : normal;border-left: 0px none;}
122+
/* inline edit actions button*/
123+
.ui-inline-del.ui-state-hover span, .ui-inline-edit.ui-state-hover span,
124+
.ui-inline-save.ui-state-hover span, .ui-inline-cancel.ui-state-hover span {
125+
margin: -1px;
126+
}
127+
/* Tree Grid */
128+
.ui-jqgrid .tree-wrap {float: left; position: relative;height: 18px;white-space: nowrap;overflow: hidden;}
129+
.ui-jqgrid .tree-minus {position: absolute; height: 18px; width: 18px; overflow: hidden;}
130+
.ui-jqgrid .tree-plus {position: absolute; height: 18px; width: 18px; overflow: hidden;}
131+
.ui-jqgrid .tree-leaf {position: absolute; height: 18px; width: 18px;overflow: hidden;}
132+
.ui-jqgrid .treeclick {cursor: pointer;}
133+
/* moda dialog */
134+
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}
135+
.ui-jqgrid-dnd tr td {border-right-width: 1px; border-right-color: inherit; border-right-style: solid; height:20px}
136+
/* RTL Support */
137+
.ui-jqgrid .ui-jqgrid-title-rtl {float:right;margin: .1em 0 .2em; }
138+
.ui-jqgrid .ui-jqgrid-hbox-rtl {float: right; padding-left: 20px;}
139+
.ui-jqgrid .ui-jqgrid-resize-ltr {float: right;margin: -2px -2px -2px 0px;}
140+
.ui-jqgrid .ui-jqgrid-resize-rtl {float: left;margin: -2px 0px -1px -3px;}
141+
.ui-jqgrid .ui-sort-rtl {left:0px;}
142+
.ui-jqgrid .tree-wrap-ltr {float: left;}
143+
.ui-jqgrid .tree-wrap-rtl {float: right;}
144+
.ui-jqgrid .ui-ellipsis {text-overflow:ellipsis;}

lib/jqgrid/js/i18n/grid.locale-en.js

Lines changed: 169 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,169 @@
1+
;(function($){
2+
/**
3+
* jqGrid English Translation
4+
* Tony Tomov tony@trirand.com
5+
* http://trirand.com/blog/
6+
* Dual licensed under the MIT and GPL licenses:
7+
* http://www.opensource.org/licenses/mit-license.php
8+
* http://www.gnu.org/licenses/gpl.html
9+
**/
10+
$.jgrid = $.jgrid || {};
11+
$.extend($.jgrid,{
12+
defaults : {
13+
recordtext: "View {0} - {1} of {2}",
14+
emptyrecords: "No records to view",
15+
loadtext: "Loading...",
16+
pgtext : "Page {0} of {1}"
17+
},
18+
search : {
19+
caption: "Search...",
20+
Find: "Find",
21+
Reset: "Reset",
22+
odata : ['equal', 'not equal', 'less', 'less or equal','greater','greater or equal', 'begins with','does not begin with','is in','is not in','ends with','does not end with','contains','does not contain'],
23+
groupOps: [ { op: "AND", text: "all" }, { op: "OR", text: "any" } ],
24+
matchText: " match",
25+
rulesText: " rules"
26+
},
27+
edit : {
28+
addCaption: "Add Record",
29+
editCaption: "Edit Record",
30+
bSubmit: "Submit",
31+
bCancel: "Cancel",
32+
bClose: "Close",
33+
saveData: "Data has been changed! Save changes?",
34+
bYes : "Yes",
35+
bNo : "No",
36+
bExit : "Cancel",
37+
msg: {
38+
required:"Field is required",
39+
number:"Please, enter valid number",
40+
minValue:"value must be greater than or equal to ",
41+
maxValue:"value must be less than or equal to",
42+
email: "is not a valid e-mail",
43+
integer: "Please, enter valid integer value",
44+
date: "Please, enter valid date value",
45+
url: "is not a valid URL. Prefix required ('http://' or 'https://')",
46+
nodefined : " is not defined!",
47+
novalue : " return value is required!",
48+
customarray : "Custom function should return array!",
49+
customfcheck : "Custom function should be present in case of custom checking!"
50+
51+
}
52+
},
53+
view : {
54+
caption: "View Record",
55+
bClose: "Close"
56+
},
57+
del : {
58+
caption: "Delete",
59+
msg: "Delete selected record(s)?",
60+
bSubmit: "Delete",
61+
bCancel: "Cancel"
62+
},
63+
nav : {
64+
edittext: "",
65+
edittitle: "Edit selected row",
66+
addtext:"",
67+
addtitle: "Add new row",
68+
deltext: "",
69+
deltitle: "Delete selected row",
70+
searchtext: "",
71+
searchtitle: "Find records",
72+
refreshtext: "",
73+
refreshtitle: "Reload Grid",
74+
alertcap: "Warning",
75+
alerttext: "Please, select row",
76+
viewtext: "",
77+
viewtitle: "View selected row"
78+
},
79+
col : {
80+
caption: "Select columns",
81+
bSubmit: "Ok",
82+
bCancel: "Cancel"
83+
},
84+
errors : {
85+
errcap : "Error",
86+
nourl : "No url is set",
87+
norecords: "No records to process",
88+
model : "Length of colNames <> colModel!"
89+
},
90+
formatter : {
91+
integer : {thousandsSeparator: ",", defaultValue: '0'},
92+
number : {decimalSeparator:".", thousandsSeparator: ",", decimalPlaces: 2, defaultValue: '0.00'},
93+
currency : {decimalSeparator:".", thousandsSeparator: ",", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'},
94+
date : {
95+
dayNames: [
96+
"Sun", "Mon", "Tue", "Wed", "Thr", "Fri", "Sat",
97+
"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"
98+
],
99+
monthNames: [
100+
"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec",
101+
"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"
102+
],
103+
AmPm : ["am","pm","AM","PM"],
104+
S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th';},
105+
srcformat: 'Y-m-d',
106+
newformat: 'n/j/Y',
107+
masks : {
108+
// see http://php.net/manual/en/function.date.php for PHP format used in jqGrid
109+
// and see http://docs.jquery.com/UI/Datepicker/formatDate
110+
// and https://github.com/jquery/globalize#dates for alternative formats used frequently
111+
// one can find on https://github.com/jquery/globalize/tree/master/lib/cultures many
112+
// information about date, time, numbers and currency formats used in different countries
113+
// one should just convert the information in PHP format
114+
ISO8601Long:"Y-m-d H:i:s",
115+
ISO8601Short:"Y-m-d",
116+
// short date:
117+
// n - Numeric representation of a month, without leading zeros
118+
// j - Day of the month without leading zeros
119+
// Y - A full numeric representation of a year, 4 digits
120+
// example: 3/1/2012 which means 1 March 2012
121+
ShortDate: "n/j/Y", // in jQuery UI Datepicker: "M/d/yyyy"
122+
// long date:
123+
// l - A full textual representation of the day of the week
124+
// F - A full textual representation of a month
125+
// d - Day of the month, 2 digits with leading zeros
126+
// Y - A full numeric representation of a year, 4 digits
127+
LongDate: "l, F d, Y", // in jQuery UI Datepicker: "dddd, MMMM dd, yyyy"
128+
// long date with long time:
129+
// l - A full textual representation of the day of the week
130+
// F - A full textual representation of a month
131+
// d - Day of the month, 2 digits with leading zeros
132+
// Y - A full numeric representation of a year, 4 digits
133+
// g - 12-hour format of an hour without leading zeros
134+
// i - Minutes with leading zeros
135+
// s - Seconds, with leading zeros
136+
// A - Uppercase Ante meridiem and Post meridiem (AM or PM)
137+
FullDateTime: "l, F d, Y g:i:s A", // in jQuery UI Datepicker: "dddd, MMMM dd, yyyy h:mm:ss tt"
138+
// month day:
139+
// F - A full textual representation of a month
140+
// d - Day of the month, 2 digits with leading zeros
141+
MonthDay: "F d", // in jQuery UI Datepicker: "MMMM dd"
142+
// short time (without seconds)
143+
// g - 12-hour format of an hour without leading zeros
144+
// i - Minutes with leading zeros
145+
// A - Uppercase Ante meridiem and Post meridiem (AM or PM)
146+
ShortTime: "g:i A", // in jQuery UI Datepicker: "h:mm tt"
147+
// long time (with seconds)
148+
// g - 12-hour format of an hour without leading zeros
149+
// i - Minutes with leading zeros
150+
// s - Seconds, with leading zeros
151+
// A - Uppercase Ante meridiem and Post meridiem (AM or PM)
152+
LongTime: "g:i:s A", // in jQuery UI Datepicker: "h:mm:ss tt"
153+
SortableDateTime: "Y-m-d\\TH:i:s",
154+
UniversalSortableDateTime: "Y-m-d H:i:sO",
155+
// month with year
156+
// Y - A full numeric representation of a year, 4 digits
157+
// F - A full textual representation of a month
158+
YearMonth: "F, Y" // in jQuery UI Datepicker: "MMMM, yyyy"
159+
},
160+
reformatAfterEdit : false
161+
},
162+
baseLinkUrl: '',
163+
showAction: '',
164+
target: '',
165+
checkbox : {disabled:true},
166+
idName : 'id'
167+
}
168+
});
169+
})(jQuery);

0 commit comments

Comments
 (0)