Forum: JavaScript frameworks
08-05-2009, 06:12 PM
|
|
Replies: 0
Views: 853
DojoX GFX problem
Hello, im using Dojo Toolkit and i have this urgent problem:
How can i delete a line?
I have created the line with this code:
s = dojox.gfx.createSurface("divSurface", 100, 100);...
|