Documentation

This commit is contained in:
Dany De Bontridder 2019-02-04 12:56:23 +01:00
parent 513424f27f
commit 87c9664e5c

View file

@ -20,7 +20,7 @@
* \code
// Example
echo JS_INFOBULLE;
echo HtmlInput::infobulle(x);
echo HtmlInput::Icon_Action(x);
\endcode
*/
@ -64,4 +64,4 @@ function displayBulle(p_comment) {
d.style.top=posY+offsetY+"px";
d.style.left=posX+offsetX+"px";
d.style.visibility="visible";
}
}