OLaszloFan
08-23-2007, 01:32 PM
Hi All:
Can someone explain in simple terms the purpose of the node tag. I understand how it relates to the other tags, however, I do not understand how it is used practically in a real programming application.
Please help me see the light.....
Patrick
Declarative Use:
<node name="thenodename"></node>
Dynamic JavaScript Use:
var newnode = new LzNode(canvas, {name ="main"});
Can someone explain in simple terms the purpose of the node tag. I understand how it relates to the other tags, however, I do not understand how it is used practically in a real programming application.
Please help me see the light.....
Patrick
Declarative Use:
<node name="thenodename"></node>
Dynamic JavaScript Use:
var newnode = new LzNode(canvas, {name ="main"});