Hi the list,I try to get the value of canvas.debug either by getAttribute or direct access it does not work. It is always undefined wherever I try that in handler for oninit, onconstruct (never called) or in the <script> tag.
Debug.write("canvas.debug = " + canvas.getAttribute("debug"));
or
Debug.write("canvas.debug = " + canvas.debug);
Did I forgot something ?
Thanks,
JBB.
