Class Positioning
Object
|
+--Positioning
- class
Positioning
Defined in positioning.js
Method Summary |
function
|
getAbsoluteBottom(element)
|
function
|
getAbsoluteBounds(element)
|
function
|
getAbsoluteLeft(element)
|
function
|
getAbsoluteRight(element)
|
function
|
getAbsoluteTop(element)
|
function
|
getViewPortHeight()
|
function
|
getViewPortWidth()
|
function
|
getWidth(element)
|
function
|
makeRelativeTo(element, point)
|
function
|
makeRelativeToX(element, x)
|
function
|
makeRelativeToY(element, y)
|
function
|
moveTo(element, point)
|
function
|
percentToPixels(element, point)
|
function
|
percentToPixelsX(element, percent)
|
function
|
percentToPixelsY(element, percent)
|
function
|
pixelsToPercent(element, point)
|
function
|
pixelsToPercentX(element, pixels)
|
function
|
pixelsToPercentY(element, pixels)
|
function
|
setAbsoluteBounds(element, left, top, width, height)
|
function
|
setRelativeBounds(element, left, top, width, height)
|
function
|
setWidth(element,width)
|
raw
var raw
Positioning
function Positioning()
getAbsoluteBottom
function getAbsoluteBottom(element)
getAbsoluteBounds
function getAbsoluteBounds(element)
getAbsoluteLeft
function getAbsoluteLeft(element)
getAbsoluteRight
function getAbsoluteRight(element)
getAbsoluteTop
function getAbsoluteTop(element)
getViewPortHeight
function getViewPortHeight()
getViewPortWidth
function getViewPortWidth()
getWidth
function getWidth(element)
makeRelativeTo
function makeRelativeTo(element, point)
makeRelativeToX
function makeRelativeToX(element, x)
makeRelativeToY
function makeRelativeToY(element, y)
moveTo
function moveTo(element, point)
percentToPixels
function percentToPixels(element, point)
percentToPixelsX
function percentToPixelsX(element, percent)
percentToPixelsY
function percentToPixelsY(element, percent)
pixelsToPercent
function pixelsToPercent(element, point)
pixelsToPercentX
function pixelsToPercentX(element, pixels)
pixelsToPercentY
function pixelsToPercentY(element, pixels)
setAbsoluteBounds
function setAbsoluteBounds(element, left, top, width, height)
setRelativeBounds
function setRelativeBounds(element, left, top, width, height)
setWidth
function setWidth(element,width)
