Searched refs:createOverlay (Results 1 – 5 of 5) sorted by relevance
/plugin/do/scripts/ |
H A D | general.js | 11 PluginDo.createOverlay(
|
H A D | PluginDo.js | 17 createOverlay: function (title, id, fieldsetcontent, submitcaption, submitaction) { method in PluginDo 450 PluginDo.$toolbardialog = PluginDo.createOverlay(
|
/plugin/diagramsnet/lib/plugins/ |
H A D | update.js | 90 function createOverlay(desc) function
|
/plugin/edittable/lib/ |
H A D | handsontable.full.js | 5984 value: function createOverlay(type, wot) { 25730 this.topOverlay = _base2.default.createOverlay(_base2.default.CLONE_TOP, this.wot); 25753 this.bottomOverlay = _base2.default.createOverlay(_base2.default.CLONE_BOTTOM, this.wot); 25759 this.leftOverlay = _base2.default.createOverlay(_base2.default.CLONE_LEFT, this.wot); 25766 …this.topLeftCornerOverlay = _base2.default.createOverlay(_base2.default.CLONE_TOP_LEFT_CORNER, thi… 25774 …this.bottomLeftCornerOverlay = _base2.default.createOverlay(_base2.default.CLONE_BOTTOM_LEFT_CORNE… 25779 this.debug = _base2.default.createOverlay(_base2.default.CLONE_DEBUG, this.wot);
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | EditorUi.js | 2304 function createOverlay(desc) function 2413 graph.addCellOverlay(cell, createOverlay(desc));
|