Paramètres : Position.withinIncludingScrolloffsets(element HTML | id, x, y)
Rôle : ??? COMPREND PAS ???
Retourne : booléen
Note : -
function tester()
{
elementHTML = document.getElementById("div_1");
alert(Position.positionedOffset(elementHTML));
alert(Position.withinIncludingScrolloffsets(elementHTML),20,400);
}