Searched +full:remove_row +(+path:plugin +path:edittable) -(+path:plugin +path:edittable +path:lang) (Results 1 – 3 of 3) sorted by relevance
/plugin/edittable/less/ |
H A D | contextmenu.less | 33 &.remove_row { 34 background-image: url('../plugins/edittable/images/remove_row.png');
|
/plugin/edittable/script/ |
H A D | contextmenu.js | 112 remove_row: { 113 name: LANG.plugins.edittable.remove_row, 125 this.alter('remove_row', selection.start.row, amount);
|
/plugin/edittable/lib/ |
H A D | handsontable.full.js | 3790 …* property of the object specifies the type of the action in a String format. (e.g. `'remove_row'`… 3800 …* property of the object specifies the type of the action in a String format. (e.g. `'remove_row'`… 3810 …* property of the object specifies the type of the action in a String format. (e.g. `'remove_row'`… 3820 …* property of the object specifies the type of the action in a String format. (e.g. `'remove_row'`… 14280 case 'remove_row': 15991 * hot.alter('remove_row', 10); 18893 Object.defineProperty(exports, 'REMOVE_ROW', { 38928 * "remove_row", "remove_col", "---------", "undo", "redo"]`. 39157 * * `'remove_row'` - Remove row 40996 var KEY = exports.KEY = 'remove_row'; [all …]
|