Searched refs:selectionHandles (Results 1 – 3 of 3) sorted by relevance
23986 this.selectionHandles = { property23995 this.selectionHandles.topLeft.className = 'topLeftSelectionHandle';23996 this.selectionHandles.topLeftHitArea.className = 'topLeftSelectionHandle-HitArea';23997 this.selectionHandles.bottomRight.className = 'bottomRightSelectionHandle';23998 this.selectionHandles.bottomRightHitArea.className = 'bottomRightSelectionHandle-HitArea';24000 this.selectionHandles.styles = { property24001 topLeft: this.selectionHandles.topLeft.style,24002 topLeftHitArea: this.selectionHandles.topLeftHitArea.style,24003 bottomRight: this.selectionHandles.bottomRight.style,24004 bottomRightHitArea: this.selectionHandles.bottomRightHitArea.style[all …]
1 …selectionHandles={topLeft:document.createElement('DIV'),topLeftHitArea:document.createElement('DIV…
29 …selectionHandles={topLeft:document.createElement("DIV"),topLeftHitArea:document.createElement("DIV… property