Searched refs:topLeftHitArea (Results 1 – 3 of 3) sorted by relevance
23988 topLeftHitArea: document.createElement('DIV'), property23996 this.selectionHandles.topLeftHitArea.className = 'topLeftSelectionHandle-HitArea';24002 topLeftHitArea: this.selectionHandles.topLeftHitArea.style, property24017 this.selectionHandles.styles.topLeftHitArea[prop] = hitAreaStyle[prop];24038 this.main.appendChild(this.selectionHandles.topLeftHitArea);24056 var hitAreaWidth = parseInt(this.selectionHandles.styles.topLeftHitArea.width, 10);24061 … this.selectionHandles.styles.topLeftHitArea.top = parseInt(top - hitAreaWidth / 4 * 3, 10) + 'px';24062 …this.selectionHandles.styles.topLeftHitArea.left = parseInt(left - hitAreaWidth / 4 * 3, 10) + 'px…24072 this.selectionHandles.styles.topLeftHitArea.display = 'block';24084 this.selectionHandles.styles.topLeftHitArea.display = 'none';[all …]
1 …topLeftHitArea:document.createElement('DIV'),bottomRight:document.createElement('DIV'),bottomRight…
29 …topLeftHitArea:document.createElement("DIV"),bottomRight:document.createElement("DIV"),bottomRight… property