Class GLOBALS

Object
   |
   +--GLOBALS

class GLOBALS

 
Method Summary
<static> void checkHeaderResize(<htmlElement> el, <int> x)
           Checks if the mouse cursor is near the edge of a header cell, in that case the cursor is set to 'e-resize' and the _activeHeaders collection is created containing a references to the active header cell, the current mouse position and the cells original width.
<static> Object columnGetName(<tableCell> element)
           Function to get the display name of a columns
<static> Object copyElement(<string> copyText)
           Function to copy some text to clipboard
<static> void createjsDOMenu()
           Needed by JSdomenu.
<static> void debug()
          
<static> Object DOMNode_insertAfter(newChild,refChild)
          
<static> void efpi(<HTMLelement> from, <int> <int> x,y, <string> tag)
           This function return the HTML element at coordinate x,y that has the specified tagname.
<static> int getAbsoluteIndex(<tr> t,<int> relIndex)
           IE specific function to get the absolute cell index of a tableCell
<static> int getCellIndex(<tableCell> el)
           This function correct the different behaviour between IE and Firefox Firefox .cellindex always return the absolute index of a cell, instead IE only consider the visible cells ATTENTION: getCellIndex doesn't work if you try the index of a hidden cell
<static> Object getColID(el)
          
<static> string getCookie(<string> name)
           Gets the value of the specified cookie.
<static> Object getCookieVal(offset)
          
<static> int getLeftPos(<HTMLelement> _el)
           Function to get the absolute left position of an HTML element
<static> HTMLelment getParentByTagName(<HTMLelement> el,<string> tagName)
           Return the parent HTML element that has the specified tagName
<static> Object getPopUpMenuObj(e)
           Function called by jsDOMenu.
<static> HTMLelment getPreviosSiblingByTagName(<HTMLelement> el,<string> tagName)
           Return the previous sibling that has the specified tagName
<static> int getRow(<tableCell> element)
           Simple function to get the row index of tablecell element
<static> Object getText(stringa)
          
<static> int getTopPos(<HTMLelement> _el)
           Function to get the absolute top position of an HTML element
<static> Object mouseDown(e)
           Mouse Down Event handler
<static> void mouseMove(e)
           Mouse Move Event handler
<static> void mouseUp(e)
           Mouse UP Event handler
<static> string selectElement(<HTMLElement> element)
           Function to select text of a HTML element
<static> void sortableInit()
           Initializing function, to be called on document onload


Method Detail

checkHeaderResize

<static> void checkHeaderResize(<htmlElement> el, <int> x)

columnGetName

<static> Object columnGetName(<tableCell> element)

copyElement

<static> Object copyElement(<string> copyText)

createjsDOMenu

<static> void createjsDOMenu()

debug

<static> void debug()

DOMNode_insertAfter

<static> Object DOMNode_insertAfter(newChild,refChild)

efpi

<static> void efpi(<HTMLelement> from, <int> <int> x,y, <string> tag)

getAbsoluteIndex

<static> int getAbsoluteIndex(<tr> t,<int> relIndex)

getCellIndex

<static> int getCellIndex(<tableCell> el)

getColID

<static> Object getColID(el)

getCookie

<static> string getCookie(<string> name)

getCookieVal

<static> Object getCookieVal(offset)

getLeftPos

<static> int getLeftPos(<HTMLelement> _el)

getParentByTagName

<static> HTMLelment getParentByTagName(<HTMLelement> el,<string> tagName)

getPopUpMenuObj

<static> Object getPopUpMenuObj(e)

getPreviosSiblingByTagName

<static> HTMLelment getPreviosSiblingByTagName(<HTMLelement> el,<string> tagName)

getRow

<static> int getRow(<tableCell> element)

getText

<static> Object getText(stringa)

getTopPos

<static> int getTopPos(<HTMLelement> _el)

mouseDown

<static> Object mouseDown(e)

mouseMove

<static> void mouseMove(e)

mouseUp

<static> void mouseUp(e)

selectElement

<static> string selectElement(<HTMLElement> element)

sortableInit

<static> void sortableInit()


Documentation generated by JSDoc on Tue Apr 26 20:20:26 2005