renderTextAt

creates absolutely positioned container and then align it according to the 1st and 2nd parameters

void renderTextAt(string valign,string align,number x,number y,string t,string c,number w);
valignstringvertical align
alignstringhorizontal align
xnumberleft position
ynumbertop position
tstringthe content of the div
cstringcss class name
wnumbercontainer width
Back to top