Lines Matching refs:styles

24000       this.selectionHandles.styles = {
24016 this.selectionHandles.styles.bottomRightHitArea[prop] = hitAreaStyle[prop];
24017 this.selectionHandles.styles.topLeftHitArea[prop] = hitAreaStyle[prop];
24032 this.selectionHandles.styles.bottomRight[_prop] = handleStyle[_prop];
24033 this.selectionHandles.styles.topLeft[_prop] = handleStyle[_prop];
24055 var handleWidth = parseInt(this.selectionHandles.styles.topLeft.width, 10);
24056 var hitAreaWidth = parseInt(this.selectionHandles.styles.topLeftHitArea.width, 10);
24058 this.selectionHandles.styles.topLeft.top = parseInt(top - handleWidth, 10) + 'px';
24059 this.selectionHandles.styles.topLeft.left = parseInt(left - handleWidth, 10) + 'px';
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…
24064 this.selectionHandles.styles.bottomRight.top = parseInt(top + height, 10) + 'px';
24065 this.selectionHandles.styles.bottomRight.left = parseInt(left + width, 10) + 'px';
24067 …this.selectionHandles.styles.bottomRightHitArea.top = parseInt(top + height - hitAreaWidth / 4, 10…
24068 …this.selectionHandles.styles.bottomRightHitArea.left = parseInt(left + width - hitAreaWidth / 4, 1…
24071 this.selectionHandles.styles.topLeft.display = 'block';
24072 this.selectionHandles.styles.topLeftHitArea.display = 'block';
24075 this.selectionHandles.styles.bottomRight.display = 'none';
24076 this.selectionHandles.styles.bottomRightHitArea.display = 'none';
24078 this.selectionHandles.styles.bottomRight.display = 'block';
24079 this.selectionHandles.styles.bottomRightHitArea.display = 'block';
24082 this.selectionHandles.styles.topLeft.display = 'none';
24083 this.selectionHandles.styles.bottomRight.display = 'none';
24084 this.selectionHandles.styles.topLeftHitArea.display = 'none';
24085 this.selectionHandles.styles.bottomRightHitArea.display = 'none';
24089 this.selectionHandles.styles.topLeft.zIndex = '9999';
24090 this.selectionHandles.styles.topLeftHitArea.zIndex = '9999';
24092 this.selectionHandles.styles.topLeft.zIndex = '';
24093 this.selectionHandles.styles.topLeftHitArea.zIndex = '';
24255 this.selectionHandles.styles.topLeft.display = 'none';
24256 this.selectionHandles.styles.bottomRight.display = 'none';