Widgets
Samples
Demos
Forum
Services
Documentation
clearCanvas
getCanvas
hideCanvas
renderText
renderTextAt
showCanvas
toggleCanvas
Start
API Reference
Mixins
Canvas
Methods
renderText
creates absolutely positioned container
void
renderText
(
number
x
,
number
y
,
string
text
,
string
css
,
number
w
);
x
number
left position
y
number
top position
text
string
the content of the div
css
string
css class name
w
number
container width
Back to top