Commit 580558db authored by Ivan Tyagov's avatar Ivan Tyagov

Add JQuery's jqGrid Plugin.

parent 03e4f79f
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Folder" module="OFS.Folder"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>jqgrid</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts30690458.97</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>grid.locale-en.js</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>application/javascript</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
;(function($){\r\n
/**\r\n
* jqGrid English Translation\r\n
* Tony Tomov tony@trirand.com\r\n
* http://trirand.com/blog/ \r\n
* Dual licensed under the MIT and GPL licenses:\r\n
* http://www.opensource.org/licenses/mit-license.php\r\n
* http://www.gnu.org/licenses/gpl.html\r\n
**/\r\n
$.jgrid = {\r\n
\tdefaults : {\r\n
\t\trecordtext: "View {0} - {1} of {2}",\r\n
\t\temptyrecords: "No records to view",\r\n
\t\tloadtext: "Loading...",\r\n
\t\tpgtext : "Page {0} of {1}"\r\n
\t},\r\n
\tsearch : {\r\n
\t\tcaption: "Search...",\r\n
\t\tFind: "Find",\r\n
\t\tReset: "Reset",\r\n
\t\todata : [\'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\'],\r\n
\t\tgroupOps: [\t{ op: "AND", text: "all" },\t{ op: "OR", text: "any" }\t],\r\n
\t\tmatchText: " match",\r\n
\t\trulesText: " rules"\r\n
\t},\r\n
\tedit : {\r\n
\t\taddCaption: "Add Record",\r\n
\t\teditCaption: "Edit Record",\r\n
\t\tbSubmit: "Submit",\r\n
\t\tbCancel: "Cancel",\r\n
\t\tbClose: "Close",\r\n
\t\tsaveData: "Data has been changed! Save changes?",\r\n
\t\tbYes : "Yes",\r\n
\t\tbNo : "No",\r\n
\t\tbExit : "Cancel",\r\n
\t\tmsg: {\r\n
\t\t\trequired:"Field is required",\r\n
\t\t\tnumber:"Please, enter valid number",\r\n
\t\t\tminValue:"value must be greater than or equal to ",\r\n
\t\t\tmaxValue:"value must be less than or equal to",\r\n
\t\t\temail: "is not a valid e-mail",\r\n
\t\t\tinteger: "Please, enter valid integer value",\r\n
\t\t\tdate: "Please, enter valid date value",\r\n
\t\t\turl: "is not a valid URL. Prefix required (\'http://\' or \'https://\')",\r\n
\t\t\tnodefined : " is not defined!",\r\n
\t\t\tnovalue : " return value is required!",\r\n
\t\t\tcustomarray : "Custom function should return array!",\r\n
\t\t\tcustomfcheck : "Custom function should be present in case of custom checking!"\r\n
\t\t\t\r\n
\t\t}\r\n
\t},\r\n
\tview : {\r\n
\t\tcaption: "View Record",\r\n
\t\tbClose: "Close"\r\n
\t},\r\n
\tdel : {\r\n
\t\tcaption: "Delete",\r\n
\t\tmsg: "Delete selected record(s)?",\r\n
\t\tbSubmit: "Delete",\r\n
\t\tbCancel: "Cancel"\r\n
\t},\r\n
\tnav : {\r\n
\t\tedittext: "",\r\n
\t\tedittitle: "Edit selected row",\r\n
\t\taddtext:"",\r\n
\t\taddtitle: "Add new row",\r\n
\t\tdeltext: "",\r\n
\t\tdeltitle: "Delete selected row",\r\n
\t\tsearchtext: "",\r\n
\t\tsearchtitle: "Find records",\r\n
\t\trefreshtext: "",\r\n
\t\trefreshtitle: "Reload Grid",\r\n
\t\talertcap: "Warning",\r\n
\t\talerttext: "Please, select row",\r\n
\t\tviewtext: "",\r\n
\t\tviewtitle: "View selected row"\r\n
\t},\r\n
\tcol : {\r\n
\t\tcaption: "Select columns",\r\n
\t\tbSubmit: "Ok",\r\n
\t\tbCancel: "Cancel"\r\n
\t},\r\n
\terrors : {\r\n
\t\terrcap : "Error",\r\n
\t\tnourl : "No url is set",\r\n
\t\tnorecords: "No records to process",\r\n
\t\tmodel : "Length of colNames <> colModel!"\r\n
\t},\r\n
\tformatter : {\r\n
\t\tinteger : {thousandsSeparator: " ", defaultValue: \'0\'},\r\n
\t\tnumber : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: \'0.00\'},\r\n
\t\tcurrency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: \'0.00\'},\r\n
\t\tdate : {\r\n
\t\t\tdayNames: [\r\n
\t\t\t\t"Sun", "Mon", "Tue", "Wed", "Thr", "Fri", "Sat",\r\n
\t\t\t\t"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"\r\n
\t\t\t],\r\n
\t\t\tmonthNames: [\r\n
\t\t\t\t"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec",\r\n
\t\t\t\t"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"\r\n
\t\t\t],\r\n
\t\t\tAmPm : ["am","pm","AM","PM"],\r\n
\t\t\tS: function (j) {return j < 11 || j > 13 ? [\'st\', \'nd\', \'rd\', \'th\'][Math.min((j - 1) % 10, 3)] : \'th\'},\r\n
\t\t\tsrcformat: \'Y-m-d\',\r\n
\t\t\tnewformat: \'d/m/Y\',\r\n
\t\t\tmasks : {\r\n
\t\t\t\tISO8601Long:"Y-m-d H:i:s",\r\n
\t\t\t\tISO8601Short:"Y-m-d",\r\n
\t\t\t\tShortDate: "n/j/Y",\r\n
\t\t\t\tLongDate: "l, F d, Y",\r\n
\t\t\t\tFullDateTime: "l, F d, Y g:i:s A",\r\n
\t\t\t\tMonthDay: "F d",\r\n
\t\t\t\tShortTime: "g:i A",\r\n
\t\t\t\tLongTime: "g:i:s A",\r\n
\t\t\t\tSortableDateTime: "Y-m-d\\\\TH:i:s",\r\n
\t\t\t\tUniversalSortableDateTime: "Y-m-d H:i:sO",\r\n
\t\t\t\tYearMonth: "F, Y"\r\n
\t\t\t},\r\n
\t\t\treformatAfterEdit : false\r\n
\t\t},\r\n
\t\tbaseLinkUrl: \'\',\r\n
\t\tshowAction: \'\',\r\n
\t\ttarget: \'\',\r\n
\t\tcheckbox : {disabled:true},\r\n
\t\tidName : \'id\'\r\n
\t}\r\n
};\r\n
})(jQuery);\r\n
]]></string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>3927</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>grid.locale-en.js</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="File" module="OFS.Image"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts30690424.51</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>ui.jqgrid.css</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/css</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string>/*Grid*/\r\n
.ui-jqgrid {position: relative; font-size:11px;}\r\n
.ui-jqgrid .ui-jqgrid-view {position: relative;left:0px; top: 0px; padding: .0em;}\r\n
/* caption*/\r\n
.ui-jqgrid .ui-jqgrid-titlebar {padding: .3em .2em .2em .3em; position: relative; border-left: 0px none;border-right: 0px none; border-top: 0px none;}\r\n
.ui-jqgrid .ui-jqgrid-title { float: left; margin: .1em 0 .2em; }\r\n
.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; }\r\n
.ui-jqgrid .ui-jqgrid-titlebar-close:hover { padding: 0; }\r\n
/* header*/\r\n
.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;}\r\n
.ui-jqgrid .ui-jqgrid-hbox {float: left; padding-right: 20px;}\r\n
.ui-jqgrid .ui-jqgrid-htable {table-layout:fixed;margin:0em;}\r\n
.ui-jqgrid .ui-jqgrid-htable th {height:22px;padding: 0 2px 0 2px;}\r\n
.ui-jqgrid .ui-jqgrid-htable th div {overflow: hidden; position:relative; height:17px;}\r\n
.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;}\r\n
.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {border-left : 0px none;}\r\n
.ui-th-rtl, .ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {border-right : 0px none;}\r\n
.ui-first-th-ltr {border-right: 1px solid; }\r\n
.ui-first-th-rtl {border-left: 1px solid; }\r\n
.ui-jqgrid .ui-th-div-ie {white-space: nowrap; zoom :1; height:17px;}\r\n
.ui-jqgrid .ui-jqgrid-resize {height:20px !important;position: relative; cursor :e-resize;display: inline;overflow: hidden;}\r\n
.ui-jqgrid .ui-grid-ico-sort {overflow:hidden;position:absolute;display:inline; cursor: pointer !important;}\r\n
.ui-jqgrid .ui-icon-asc {margin-top:-3px; height:12px;}\r\n
.ui-jqgrid .ui-icon-desc {margin-top:3px;height:12px;}\r\n
.ui-jqgrid .ui-i-asc {margin-top:0px;height:16px;}\r\n
.ui-jqgrid .ui-i-desc {margin-top:0px;margin-left:13px;height:16px;}\r\n
.ui-jqgrid .ui-jqgrid-sortable {cursor:pointer;}\r\n
.ui-jqgrid tr.ui-search-toolbar th { border-top-width: 1px !important; border-top-color: inherit !important; border-top-style: ridge !important }\r\n
tr.ui-search-toolbar input {margin: 1px 0px 0px 0px}\r\n
tr.ui-search-toolbar select {margin: 1px 0px 0px 0px}\r\n
/* body */ \r\n
.ui-jqgrid .ui-jqgrid-bdiv {position: relative; margin: 0em; padding:0; overflow: auto; text-align:left;}\r\n
.ui-jqgrid .ui-jqgrid-btable {table-layout:fixed; margin:0em; outline-style: none; }\r\n
.ui-jqgrid tr.jqgrow { outline-style: none; }\r\n
.ui-jqgrid tr.jqgroup { outline-style: none; }\r\n
.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;}\r\n
.ui-jqgrid tr.jqgfirstrow td {padding: 0 2px 0 2px;border-right-width: 1px; border-right-style: solid;}\r\n
.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;}\r\n
.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;}\r\n
.ui-jqgrid tr.ui-row-ltr td {text-align:left;border-right-width: 1px; border-right-color: inherit; border-right-style: solid;}\r\n
.ui-jqgrid tr.ui-row-rtl td {text-align:right;border-left-width: 1px; border-left-color: inherit; border-left-style: solid;}\r\n
.ui-jqgrid td.jqgrid-rownum { padding: 0 2px 0 2px; margin: 0px; border: 0px none;}\r\n
.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;\tborder:0 none;}\r\n
/* footer */\r\n
.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;}\r\n
.ui-jqgrid .ui-jqgrid-ftable {table-layout:fixed; margin-bottom:0em;}\r\n
.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;}\r\n
.ui-jqgrid tr.footrow-ltr td {text-align:left;border-right-width: 1px; border-right-color: inherit; border-right-style: solid;}\r\n
.ui-jqgrid tr.footrow-rtl td {text-align:right;border-left-width: 1px; border-left-color: inherit; border-left-style: solid;}\r\n
/* Pager*/\r\n
.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;}\r\n
.ui-jqgrid .ui-pager-control {position: relative;}\r\n
.ui-jqgrid .ui-pg-table {position: relative; padding-bottom:2px; width:auto; margin: 0em;}\r\n
.ui-jqgrid .ui-pg-table td {font-weight:normal; vertical-align:middle; padding:1px;}\r\n
.ui-jqgrid .ui-pg-button { height:19px !important;}\r\n
.ui-jqgrid .ui-pg-button span { display: block; margin: 1px; float:left;}\r\n
.ui-jqgrid .ui-pg-button:hover { padding: 0px; }\r\n
.ui-jqgrid .ui-state-disabled:hover {padding:1px;}\r\n
.ui-jqgrid .ui-pg-input { height:13px;font-size:.8em; margin: 0em;}\r\n
.ui-jqgrid .ui-pg-selbox {font-size:.8em; line-height:18px; display:block; height:18px; margin: 0em;}\r\n
.ui-jqgrid .ui-separator {height: 18px; border-left: 1px solid #ccc ; border-right: 1px solid #ccc ; margin: 1px; float: right;}\r\n
.ui-jqgrid .ui-paging-info {font-weight: normal;height:19px; margin-top:3px;margin-right:4px;}\r\n
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div {padding:1px 0;float:left;list-style-image:none;list-style-position:outside;list-style-type:none;position:relative;}\r\n
.ui-jqgrid .ui-jqgrid-pager .ui-pg-button { cursor:pointer; }\r\n
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon {float:left;margin:0 2px;}\r\n
.ui-jqgrid td input, .ui-jqgrid td select .ui-jqgrid td textarea { margin: 0em;}\r\n
.ui-jqgrid td textarea {width:auto;height:auto;}\r\n
.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;}\r\n
/*subgrid*/\r\n
.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {display: block;}\r\n
.ui-jqgrid .ui-subgrid {margin:0em;padding:0em; width:100%;}\r\n
.ui-jqgrid .ui-subgrid table {table-layout: fixed;}\r\n
.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;}\r\n
.ui-jqgrid .ui-subgrid td.subgrid-data {border-top: 0px none !important;}\r\n
.ui-jqgrid .ui-subgrid td.subgrid-cell {border-width: 0px 0px 1px 0px;}\r\n
.ui-jqgrid .ui-th-subgrid {height:20px;}\r\n
/* loading */\r\n
.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;}\r\n
.ui-jqgrid .jqgrid-overlay {display:none;z-index:100;}\r\n
* html .jqgrid-overlay {width: expression(this.parentNode.offsetWidth+\'px\');height: expression(this.parentNode.offsetHeight+\'px\');}\r\n
* .jqgrid-overlay iframe {position:absolute;top:0;left:0;z-index:-1;width: expression(this.parentNode.offsetWidth+\'px\');height: expression(this.parentNode.offsetHeight+\'px\');}\r\n
/* end loading div */\r\n
/* toolbar */\r\n
.ui-jqgrid .ui-userdata {border-left: 0px none;\tborder-right: 0px none;\theight : 21px;overflow: hidden;\t}\r\n
/*Modal Window */\r\n
.ui-jqdialog { display: none; width: 300px; position: absolute; padding: .2em; font-size:11px; overflow:visible;}\r\n
.ui-jqdialog .ui-jqdialog-titlebar { padding: .3em .2em; position: relative; }\r\n
.ui-jqdialog .ui-jqdialog-title { margin: .1em 0 .2em; } \r\n
.ui-jqdialog .ui-jqdialog-titlebar-close { position: absolute; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }\r\n
\r\n
.ui-jqdialog .ui-jqdialog-titlebar-close span { display: block; margin: 1px; }\r\n
.ui-jqdialog .ui-jqdialog-titlebar-close:hover, .ui-jqdialog .ui-jqdialog-titlebar-close:focus { padding: 0; }\r\n
.ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content { border: 0; padding: .3em .2em; background: none; height:auto;}\r\n
.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;}\r\n
/* end Modal window*/\r\n
/* Form edit */\r\n
.ui-jqdialog-content .FormGrid {margin: 0px;}\r\n
.ui-jqdialog-content .EditTable { width: 100%; margin-bottom:0em;}\r\n
.ui-jqdialog-content .DelTable { width: 100%; margin-bottom:0em;}\r\n
.EditTable td input, .EditTable td select, .EditTable td textarea {margin: 0em;}\r\n
.EditTable td textarea { width:auto; height:auto;}\r\n
.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;}\r\n
.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;}\r\n
.ui-jqdialog-content input.FormElement {padding:.3em}\r\n
.ui-jqdialog-content .data-line {padding-top:.1em;border: 0px none;}\r\n
\r\n
.ui-jqdialog-content .CaptionTD {text-align: left; vertical-align: middle;border: 0px none; padding: 2px;white-space: nowrap;}\r\n
.ui-jqdialog-content .DataTD {padding: 2px; border: 0px none; vertical-align: top;}\r\n
.ui-jqdialog-content .form-view-data {white-space:pre}\r\n
.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; }\r\n
.fm-button-icon-left { padding-left: 1.9em; }\r\n
.fm-button-icon-right { padding-right: 1.9em; }\r\n
.fm-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; position: absolute; top: 50%; margin-top: -8px; }\r\n
.fm-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; position: absolute; top: 50%; margin-top: -8px;}\r\n
#nData, #pData { float: left; margin:3px;padding: 0; width: 15px; }\r\n
/* End Eorm edit */\r\n
/*.ui-jqgrid .edit-cell {}*/\r\n
.ui-jqgrid .selected-row, div.ui-jqgrid .selected-row td {font-style : normal;border-left: 0px none;}\r\n
/* Tree Grid */\r\n
.ui-jqgrid .tree-wrap {float: left; position: relative;height: 18px;white-space: nowrap;overflow: hidden;}\r\n
.ui-jqgrid .tree-minus {position: absolute; height: 18px; width: 18px; overflow: hidden;}\r\n
.ui-jqgrid .tree-plus {position: absolute;\theight: 18px; width: 18px;\toverflow: hidden;}\r\n
.ui-jqgrid .tree-leaf {position: absolute;\theight: 18px; width: 18px;overflow: hidden;}\r\n
.ui-jqgrid .treeclick {cursor: pointer;}\r\n
/* moda dialog */\r\n
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;width: expression(this.parentNode.offsetWidth+\'px\');height: expression(this.parentNode.offsetHeight+\'px\');}\r\n
.ui-jqgrid-dnd tr td {border-right-width: 1px; border-right-color: inherit; border-right-style: solid; height:20px}\r\n
/* RTL Support */\r\n
.ui-jqgrid .ui-jqgrid-title-rtl {float:right;margin: .1em 0 .2em; }\r\n
.ui-jqgrid .ui-jqgrid-hbox-rtl {float: right; padding-left: 20px;}\r\n
.ui-jqgrid .ui-jqgrid-resize-ltr {float: right;margin: -2px -2px -2px 0px;}\r\n
.ui-jqgrid .ui-jqgrid-resize-rtl {float: left;margin: -2px 0px -1px -3px;}\r\n
.ui-jqgrid .ui-sort-rtl {left:0px;}\r\n
.ui-jqgrid .tree-wrap-ltr {float: left;}\r\n
.ui-jqgrid .tree-wrap-rtl {float: right;}\r\n
.ui-jqgrid .ui-ellipsis {text-overflow:ellipsis; -moz-binding:url(\'ellipsis-xbl.xml#ellipsis\');}\r\n
</string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>11841</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>ui.jqgrid.css</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
2012-03-30 Ivan
* Initial commit
\ No newline at end of file
2012 (c) Nexedi SA
\ No newline at end of file
erp5_jquery
\ No newline at end of file
This Business Template contains only static files of JQuery's jqGrid Plugin.
\ No newline at end of file
GPL
\ No newline at end of file
1
\ No newline at end of file
portal_skins/erp5_jquery/jquery/plugin/jqgrid
portal_skins/erp5_jquery/jquery/plugin/jqgrid/**
\ No newline at end of file
erp5_jquery_plugin_jqgrid
\ No newline at end of file
5.4.7
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment