mt1 Wed, 07 Mar 2007 18:51:27 -0800
In the case of hiding the context menu, the following code dose not work. <canvas> <handler name="oninit"> var cm = new LzContextMenuItem(); cm.setEnabled( false ); </handler> </canvas>
Do i miss code? Thx mt1