Searched refs:handsontable_config (Results 1 – 3 of 3) sorted by relevance
| /plugin/tablelayout/script/ |
| D | edittable_plugin.js | 6 var modifyHandsontableConfig = function (handsontable_config, $form) { argument 24 handsontable_config.manualColumnResize = colWidths; 28 handsontable_config.fixedRowsTop = parseInt(layout.rowsHeader); 31 handsontable_config.afterColumnResize = function (col, width) { 39 var originalBeforeRemoveCol = handsontable_config.beforeRemoveCol; 40 handsontable_config.beforeRemoveCol = function (index, amount) { 48 var originalAfterRemoveCol = handsontable_config.afterRemoveCol; 49 handsontable_config.afterRemoveCol = function (index, amount) { 56 var originalAfterCreateCol = handsontable_config.afterCreateCol; 57 handsontable_config.afterCreateCol = function (index, amount) { [all …]
|
| /plugin/edittable/script/ |
| D | editor.js | 142 var handsontable_config = { variable 566 handsontable_config.colWidths = window.JSINFO.plugins.edittable['default columnwidth']; 573 edittable_plugins[plugin].modifyHandsontableConfig(handsontable_config, $form); 579 $container.handsontable(handsontable_config);
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …handsontable_config={data:data,startRows:5,startCols:5,colHeaders:true,rowHeaders:true,manualColum…
|