Home
last modified time | relevance | path

Searched refs:handsontable_config (Results 1 – 2 of 2) sorted by relevance

/plugin/tablelayout/script/
H A Dedittable_plugin.js6 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/
H A Deditor.js142 var handsontable_config = { class in edittable.loadEditor
566 handsontable_config.colWidths = window.JSINFO.plugins.edittable['default columnwidth'];
573 edittable_plugins[plugin].modifyHandsontableConfig(handsontable_config, $form);
579 $container.handsontable(handsontable_config);