Hi,
after hours reading API and forums, I'm still stuck doing the following.
First I create Child Symbol of order in my Symbol Content which in on main comp.
sym.getComposition().getStage().createChildSymbol("order", "content");
In my Child Symbol order I got a div element named step1 I would like to get control on.
sym.getComposition().getStage().getSymbol("content").children("order").$("step1").html('m y Text');
What is the common path to access ChildElement create by creatChildSymbol ?
Thanks .createChildSymbol