[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/js/imgareaselect/ -> jquery.imgareaselect.js (summary)

(no description)

File Size: 1248 lines (39 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 30 functions

  div()
  viewX()
  viewY()
  selX()
  selY()
  evX()
  evY()
  touchCoords()
  getSelection()
  setSelection()
  adjust()
  update()
  doUpdate()
  updateSelectionRelativeToParentElement()
  hide()
  areaMouseMove()
  docMouseUp()
  areaMouseDown()
  fixAspectRatio()
  doResize()
  selectingMouseMove()
  doMove()
  movingMouseMove()
  startSelection()
  cancelSelection()
  imgMouseDown()
  windowResize()
  imgLoad()
  styleOptions()
  setOptions()

Functions
Functions that are not part of a class:

div()   X-Ref
Create a new HTML div element

return: A jQuery object representing the new element

viewX(x)   X-Ref
Translate selection X to viewport X

return: Viewport X
param: x

viewY(y)   X-Ref
Translate selection Y to viewport Y

return: Viewport Y
param: y

selX(x)   X-Ref
Translate viewport X to selection X

return: Selection X
param: x

selY(y)   X-Ref
Translate viewport Y to selection Y

return: Selection Y
param: y

evX(event)   X-Ref
Get event X and translate it to viewport X

return: Viewport X
param: event

evY(event)   X-Ref
Get event Y and translate it to viewport Y

return: Viewport Y
param: event

touchCoords(event)   X-Ref
Get X and Y coordinates of a touch event

return: Coordinates object
param: event

getSelection(noScale)   X-Ref
Get the current selection

return: Selection object
param: noScale

setSelection(x1, y1, x2, y2, noScale)   X-Ref
Set the current selection

param: x1
param: y1
param: x2
param: y2
param: noScale

adjust()   X-Ref
Recalculate image and parent offsets


update(resetKeyPress)   X-Ref
Update plugin elements

param: resetKeyPress

doUpdate(resetKeyPress)   X-Ref
Do the complete update sequence: recalculate offsets, update the
elements, and set the correct values of x1, y1, x2, and y2.

param: resetKeyPress

updateSelectionRelativeToParentElement()   X-Ref
Set the correct values of x1, y1, x2, and y2.


hide($elem, fn)   X-Ref
Hide or fade out an element (or multiple elements)

param: $elem
param: fn

areaMouseMove(event)   X-Ref
Selection area mousemove event handler

param: event

docMouseUp(event)   X-Ref
Document mouseup event handler

param: event

areaMouseDown(event)   X-Ref
Selection area mousedown event handler

return: false
param: event

fixAspectRatio(xFirst)   X-Ref
Adjust the x2/y2 coordinates to maintain aspect ratio (if defined)

param: xFirst

doResize()   X-Ref
Resize the selection area respecting the minimum/maximum dimensions and
aspect ratio


selectingMouseMove(event)   X-Ref
Mousemove event handler triggered when the user is selecting an area

return: false
param: event

doMove(newX1, newY1)   X-Ref
Move the selection area

param: newX1
param: newY1

movingMouseMove(event)   X-Ref
Mousemove event handler triggered when the selection area is being moved

return: false
param: event

startSelection()   X-Ref
Start selection


cancelSelection()   X-Ref
Cancel selection


imgMouseDown(event)   X-Ref
Image mousedown event handler

return: false
param: event

windowResize()   X-Ref
Window resize event handler


imgLoad()   X-Ref
Image load event handler. This is the final part of the initialization
process.


styleOptions($elem, props)   X-Ref
Apply style options to plugin element (or multiple elements)

param: $elem
param: props

setOptions(newOptions)   X-Ref
Set plugin options

param: newOptions



Generated : Thu Apr 18 08:20:02 2024 Cross-referenced by PHPXref