Searched refs:bottomRight (Results 1 – 25 of 65) sorted by relevance
123
/plugin/diagramsnet/lib/plugins/webcola/ |
H A D | mxWebColaAdaptor.js | 293 var bottomRight = {x: width, y: height, fixed: true, index: size + 1}; class in getScreenConstraints 295 layout._nodes.push(bottomRight); 301 …constraints.push({ axis: 'x', type: 'separation', left: index, right: bottomRight.index, gap: gap … 302 …constraints.push({ axis: 'y', type: 'separation', left: index, right: bottomRight.index, gap: gap …
|
/plugin/edittable/lib/ |
H A D | handsontable.full.js | 18389 var bottomRight = this.getBottomRightCorner(); 18391 …return topLeft.row <= row && bottomRight.row >= row && topLeft.col <= col && bottomRight.col >= co… 18467 var bottomRight = this.getBottomRightCorner(); 18471 …this.to = new _coords2.default(Math.max(bottomRight.row, cellCoords.row), Math.max(bottomRight.col… 18775 } else if (bottomRight.row === r && bottomRight.col === c) { 18776 out.push(bottomRight); 23989 bottomRight: document.createElement('DIV'), 24003 bottomRight: this.selectionHandles.bottomRight.style, 32906 return [topLeft.row, topLeft.col, bottomRight.row, bottomRight.col]; 41414 var endRow = bottomRight.row; [all …]
|
/plugin/diagramsnet/lib/resources/ |
H A D | dia_i18n.txt | 75 bottomRight=bottomRight
|
H A D | dia_ru.txt | 75 bottomRight=Правый нижний
|
H A D | dia_bg.txt | 75 bottomRight=Долу вдясно
|
H A D | dia_el.txt | 75 bottomRight=Κάτω Δεξιά
|
H A D | dia_zh.txt | 75 bottomRight=右下
|
H A D | dia_uk.txt | 75 bottomRight=Правий нижній
|
H A D | dia_fa.txt | 75 bottomRight=پایین راست
|
H A D | dia_ja.txt | 75 bottomRight=右下端
|
H A D | dia_he.txt | 75 bottomRight=ימין למטה
|
H A D | dia_ko.txt | 75 bottomRight=오른쪽 하단
|
H A D | dia_th.txt | 75 bottomRight=จัดแนวที่มุมล่างด้านขวา
|
H A D | dia_zh-tw.txt | 75 bottomRight=右下
|
H A D | dia_ar.txt | 75 bottomRight=محاذاة الي يمين الاسفل
|
H A D | dia_eu.txt | 75 bottomRight=Behean eskuinean
|
H A D | dia_et.txt | 75 bottomRight=All paremal
|
H A D | dia_kn.txt | 75 bottomRight=Bottom Right
|
H A D | dia_si.txt | 75 bottomRight=Bottom Right
|
H A D | dia_sl.txt | 75 bottomRight=Bottom Right
|
H A D | dia_ta.txt | 75 bottomRight=Bottom Right
|
H A D | dia_bn.txt | 75 bottomRight=Bottom Right
|
H A D | dia_da.txt | 75 bottomRight=Nederst til højre
|
H A D | dia_eo.txt | 75 bottomRight=Bottom Right
|
H A D | dia_mr.txt | 75 bottomRight=Bottom Right
|
123