Searched refs:bottomRightHitArea (Results 1 – 3 of 3) sorted by relevance
23990 bottomRightHitArea: document.createElement('DIV') property23998 this.selectionHandles.bottomRightHitArea.className = 'bottomRightSelectionHandle-HitArea';24004 bottomRightHitArea: this.selectionHandles.bottomRightHitArea.style property24016 this.selectionHandles.styles.bottomRightHitArea[prop] = hitAreaStyle[prop];24039 this.main.appendChild(this.selectionHandles.bottomRightHitArea);24067 …this.selectionHandles.styles.bottomRightHitArea.top = parseInt(top + height - hitAreaWidth / 4, 10…24068 …this.selectionHandles.styles.bottomRightHitArea.left = parseInt(left + width - hitAreaWidth / 4, 1…24076 this.selectionHandles.styles.bottomRightHitArea.display = 'none';24079 this.selectionHandles.styles.bottomRightHitArea.display = 'block';24085 this.selectionHandles.styles.bottomRightHitArea.display = 'none';
1 …bottomRightHitArea:document.createElement('DIV')};var width=10;var hitAreaWidth=40;this.selectionH…
29 …bottomRightHitArea:document.createElement("DIV")};this.selectionHandles.topLeft.className="topLeft… property