Class Dwt

Object
   |
   +--Dwt

class Dwt

Defined in Dwt.js


Field Summary
<static>  Object _nextId
          
<static>  Object ABOVE
          
<static>  Object ABSOLUTE_STYLE
          
<static>  Object BELOW
          
<static>  Object BOTTOM
          
<static>  Object CLIP
          
<static>  Object DEFAULT
          
<static>  Object DISPLAY_BLOCK
          
<static>  Object DISPLAY_INLINE
          
<static>  Object DISPLAY_NONE
          
<static>  Object DND_DROP_COPY
          
<static>  Object DND_DROP_MOVE
          
<static>  Object DND_DROP_NONE
          
<static>  Object FIXED_SCROLL
          
<static>  Object HEIGHT
          
<static>  Object KEY_ID
          
<static>  Object KEY_OBJECT
          
<static>  Object LEFT
          
<static>  Object LOC_NOWHERE
          
<static>  Object NO_REPEAT
          
<static>  Object RELATIVE_STYLE
          
<static>  Object REPEAT
          
<static>  Object REPEAT_X
          
<static>  Object REPEAT_Y
          
<static>  Object RIGHT
          
<static>  Object SCROLL
          
<static>  Object STATIC_STYLE
          
<static>  Object TOP
          
<static>  Object VISIBLE
          
<static>  Object WIDTH
          
<static>  Object Z_BUSY
          
<static>  Object Z_CURTAIN
          
<static>  Object Z_DIALOG
          
<static>  Object Z_DIALOG_MENU
          
<static>  Object Z_DND
          
<static>  Object Z_HIDDEN
          
<static>  Object Z_INC
          
<static>  Object Z_MENU
          
<static>  Object Z_SPLASH
          
<static>  Object Z_TOOLTIP
          
<static>  Object Z_VEIL
          
<static>  Object Z_VIEW
          
 
Constructor Summary
Dwt ()
           
 
Method Summary
<static> void _ffOverflowHack(htmlElId, myZindex, lowThresholdZ, turnOffOverflowScroll, disableSelf)
          
<static> void associateElementWithObject(domElement, jsObject)
          
<static> Object checkPxVal(val, check)
          
<static> void clearHandler(htmlElement, event)
          
<static> Object contains(parentEl, childEl)
          
<static> void disassociateElementFromObject(domElement, jsObject)
          
<static> Object getAttr(htmlEl, attr, recursive)
          
<static> Object getBackgroundRepeat(htmlElement)
          
<static> Object getBounds(htmlElement, incScroll)
          
<static> Object getCellIndex(cell)
           Safari always returns zero for cellIndex property of TD element :(
<static> Object getCursor(htmlElement)
          
<static> void getDisplay(htmlElement)
          
<static> void getDomObj(doc, id)
          
<static> Object getHtmlExtent(html)
           Measure the extent in pixels of a section of html
<static> Object getIframeDoc(iframeObj)
          
<static> Object getIframeWindow(iframeObj)
          
<static> Object getLocation(htmlElement)
          
<static> Object getNextId()
          
<static> Object getObjectFromElement(domElement)
          
<static> Object getPosition(htmlElement)
          
<static> Object getScrollStyle(htmlElement)
          
<static> Object getSize(htmlElement, incScroll)
          
<static> Object getTitle()
          
<static> Object getVisibility(htmlElement)
          
<static> Object getVisible(htmlElement)
          
<static> Object getWindowSize()
           Returns the window size of the browser
<static> Object getZIndex(htmlElement)
          
<static> Object parseHtmlFragment(html, isRow)
           Creates and returns an element from a string of HTML.
<static> void removeChildren(htmlEl)
          
<static> void setBackgroundRepeat(htmlElement, style)
          
<static> void setBounds(htmlElement, x, y, width, height)
          
<static> void setCursor(htmlElement, cursorName)
          
<static> void setDisplay(htmlElement, value)
          
<static> void setHandler(htmlElement, event, func)
          
<static> void setLocation(htmlElement, x, y)
          
<static> void setOpacity(htmlElement, opacity)
          
<static> void setPosition(htmlElement, posStyle)
          
<static> void setScrollStyle(htmlElement, scrollStyle)
          
<static> void setSize(htmlElement, width, height)
          
<static> void setStatus(text)
          
<static> void setTitle(text)
          
<static> void setVisibility(htmlElement, visible)
          
<static> void setVisible(htmlElement, visible)
          
<static> void setZIndex(htmlElement, idx)
          
<static> Object toWindow(htmlElement, x, y, containerElement, dontIncScrollTop)
          

Field Detail

_nextId

<static> Object _nextId

ABOVE

<static> Object ABOVE

ABSOLUTE_STYLE

<static> Object ABSOLUTE_STYLE

BELOW

<static> Object BELOW

BOTTOM

<static> Object BOTTOM

CLIP

<static> Object CLIP

DEFAULT

<static> Object DEFAULT

DISPLAY_BLOCK

<static> Object DISPLAY_BLOCK

DISPLAY_INLINE

<static> Object DISPLAY_INLINE

DISPLAY_NONE

<static> Object DISPLAY_NONE

DND_DROP_COPY

<static> Object DND_DROP_COPY

DND_DROP_MOVE

<static> Object DND_DROP_MOVE

DND_DROP_NONE

<static> Object DND_DROP_NONE

FIXED_SCROLL

<static> Object FIXED_SCROLL

HEIGHT

<static> Object HEIGHT

KEY_ID

<static> Object KEY_ID

KEY_OBJECT

<static> Object KEY_OBJECT

LEFT

<static> Object LEFT

LOC_NOWHERE

<static> Object LOC_NOWHERE

NO_REPEAT

<static> Object NO_REPEAT

RELATIVE_STYLE

<static> Object RELATIVE_STYLE

REPEAT

<static> Object REPEAT

REPEAT_X

<static> Object REPEAT_X

REPEAT_Y

<static> Object REPEAT_Y

RIGHT

<static> Object RIGHT

SCROLL

<static> Object SCROLL

STATIC_STYLE

<static> Object STATIC_STYLE

TOP

<static> Object TOP

VISIBLE

<static> Object VISIBLE

WIDTH

<static> Object WIDTH

Z_BUSY

<static> Object Z_BUSY

Z_CURTAIN

<static> Object Z_CURTAIN

Z_DIALOG

<static> Object Z_DIALOG

Z_DIALOG_MENU

<static> Object Z_DIALOG_MENU

Z_DND

<static> Object Z_DND

Z_HIDDEN

<static> Object Z_HIDDEN

Z_INC

<static> Object Z_INC

Z_MENU

<static> Object Z_MENU

Z_SPLASH

<static> Object Z_SPLASH

Z_TOOLTIP

<static> Object Z_TOOLTIP

Z_VEIL

<static> Object Z_VEIL

Z_VIEW

<static> Object Z_VIEW

Constructor Detail

Dwt

Dwt()

Method Detail

_ffOverflowHack

<static> void _ffOverflowHack(htmlElId, myZindex, lowThresholdZ, turnOffOverflowScroll, disableSelf)

associateElementWithObject

<static> void associateElementWithObject(domElement, jsObject)

checkPxVal

<static> Object checkPxVal(val, check)

clearHandler

<static> void clearHandler(htmlElement, event)

contains

<static> Object contains(parentEl, childEl)

disassociateElementFromObject

<static> void disassociateElementFromObject(domElement, jsObject)

getAttr

<static> Object getAttr(htmlEl, attr, recursive)

getBackgroundRepeat

<static> Object getBackgroundRepeat(htmlElement)

getBounds

<static> Object getBounds(htmlElement, incScroll)

getCellIndex

<static> Object getCellIndex(cell)

getCursor

<static> Object getCursor(htmlElement)

getDisplay

<static> void getDisplay(htmlElement)

getDomObj

<static> void getDomObj(doc, id)

getHtmlExtent

<static> Object getHtmlExtent(html)

getIframeDoc

<static> Object getIframeDoc(iframeObj)

getIframeWindow

<static> Object getIframeWindow(iframeObj)

getLocation

<static> Object getLocation(htmlElement)

getNextId

<static> Object getNextId()

getObjectFromElement

<static> Object getObjectFromElement(domElement)

getPosition

<static> Object getPosition(htmlElement)

getScrollStyle

<static> Object getScrollStyle(htmlElement)

getSize

<static> Object getSize(htmlElement, incScroll)

getTitle

<static> Object getTitle()

getVisibility

<static> Object getVisibility(htmlElement)

getVisible

<static> Object getVisible(htmlElement)

getWindowSize

<static> Object getWindowSize()

getZIndex

<static> Object getZIndex(htmlElement)

parseHtmlFragment

<static> Object parseHtmlFragment(html, isRow)

removeChildren

<static> void removeChildren(htmlEl)

setBackgroundRepeat

<static> void setBackgroundRepeat(htmlElement, style)

setBounds

<static> void setBounds(htmlElement, x, y, width, height)

setCursor

<static> void setCursor(htmlElement, cursorName)

setDisplay

<static> void setDisplay(htmlElement, value)

setHandler

<static> void setHandler(htmlElement, event, func)

setLocation

<static> void setLocation(htmlElement, x, y)

setOpacity

<static> void setOpacity(htmlElement, opacity)

setPosition

<static> void setPosition(htmlElement, posStyle)

setScrollStyle

<static> void setScrollStyle(htmlElement, scrollStyle)

setSize

<static> void setSize(htmlElement, width, height)

setStatus

<static> void setStatus(text)

setTitle

<static> void setTitle(text)

setVisibility

<static> void setVisibility(htmlElement, visible)

setVisible

<static> void setVisible(htmlElement, visible)

setZIndex

<static> void setZIndex(htmlElement, idx)

toWindow

<static> Object toWindow(htmlElement, x, y, containerElement, dontIncScrollTop)


Documentation generated by JSDoc on Thu Apr 27 13:54:33 2006