Lines Matching refs:topLeftHitArea
23988 topLeftHitArea: document.createElement('DIV'), property
23996 this.selectionHandles.topLeftHitArea.className = 'topLeftSelectionHandle-HitArea';
24002 topLeftHitArea: this.selectionHandles.topLeftHitArea.style, property
24017 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';
24090 this.selectionHandles.styles.topLeftHitArea.zIndex = '9999';
24093 this.selectionHandles.styles.topLeftHitArea.zIndex = '';