clipboardinterior.lzx
<photocollection name="interior" bgcolor="0xf0f0f0" clip="true" photoclass="lz.clipboardphoto" clickable="true">
<handler name="oninit">
lz.Track.register( this , 'photos' );
</handler>
<attribute name="amtrackedover" value="false
"/>
<handler name="onmousetrackover">
this.setAttribute( "amtrackedover", true );
</handler>
<handler name="onmousetrackout">
this.setAttribute( "amtrackedover", false );
</handler>
<wrappinglayout axis="x" yinset="3" xinset="3" spacing="3"/>
<method name="showAfterLoad" args="ignore">
for ( var i = activephotos.length -1; i >=0; i-- ){
var p = activephotos[ i ];
if ( !( p.loaded && !p.visible ) ) continue;
p.setAttribute('visible', true );
}
</method>
</photocollection>
Cross References
Named Instances