|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--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 |
<static> void checkHeaderResize(<htmlElement> el, <int> x)
el -
x - X coordinate
<static> Object columnGetName(<tableCell> element)
element - A TH element
<static> Object copyElement(<string> copyText)
copyText - Text to copy
<static> void createjsDOMenu()
<static> void debug()
<static> Object DOMNode_insertAfter(newChild,refChild)
<static> void efpi(<HTMLelement> from, <int> <int> x,y, <string> tag)
from - The starting element of the search, generally DOCUMENT.BODY
x - X coordinate
x - Y coordinate
tag - tagName
<static> int getAbsoluteIndex(<tr> t,<int> relIndex)
t - An HTML table row
relIndex - The relative cell index returned by .cellIndex in IE
<static> int getCellIndex(<tableCell> el)
el - the table cell to get the index from
<static> Object getColID(el)
<static> string getCookie(<string> name)
name - Name of the desired cookie.
<static> Object getCookieVal(offset)
<static> int getLeftPos(<HTMLelement> _el)
_el -
<static> HTMLelment getParentByTagName(<HTMLelement> el,<string> tagName)
el -
tagName - tagName to find
<static> Object getPopUpMenuObj(e)
<static> HTMLelment getPreviosSiblingByTagName(<HTMLelement> el,<string> tagName)
el -
tagName - tagName to find
<static> int getRow(<tableCell> element)
element - A TH element
<static> Object getText(stringa)
<static> int getTopPos(<HTMLelement> _el)
_el -
<static> Object mouseDown(e)
<static> void mouseMove(e)
<static> void mouseUp(e)
<static> string selectElement(<HTMLElement> element)
element - An HTML element
<static> void sortableInit()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||