plainfloatinglist.lzx
<library>
<include href="lz/basefloatinglist.lzx"/>
<resource name="shadow_right" src="resources/floatinglist/v_shdw.swf"/>
<resource name="shadow_bottom" src="resources/floatinglist/h_shdw.swf"/>
<resource name="shadow_corner" src="resources/floatinglist/corner_shdw.png"/>
<class name="_plainfloatshadow">
<attribute name="inset" value="10
"/>
<attribute name="offsety" value="10
"/>
<attribute name="shadowsize" value="1.5
"/>
<view resource="shadow_right" stretches="height" x="${parent.width}" y="${parent.shadowsize}" height="${parent.height - parent.shadowsize}"/>
<view resource="shadow_bottom" stretches="width" y="${parent.height}" x="${parent.shadowsize}" width="${parent.width - parent.shadowsize}"/>
<view resource="shadow_corner" stretches="width" x="${parent.width}" y="${parent.height}"/>
</class>
<class name="plainfloatinglist" extends="basefloatinglist">
<attribute name="shadowcrn" value="0
"/>
<method name="init">
super.init();
this.bkgnd.sendToBack();
this.bringToFront();
</method>
<setter name="bgcolor" args="c">
if ( !isinited ) return;
this.bkgnd.borderview.setAttribute('bgcolor', c);
</setter>
<view name="bkgnd" ignoreplacement="true" width="100%" height="100%">
<_plainfloatshadow name="shdw" width="100%" height="100%" opacity=".6"/>
<view name="borderview" width="100%" height="100%" bgcolor="0x808080"/>
</view>
<doc>
<tag name="shortdesc"><text>
a floatinglist with plain appearance that appears above other components
</text></tag>
<text>
<seealso>
<component-design id="floatinglist" title="Floating List"/>
</seealso>
</text>
</doc>
</class>
</library>
Cross References
Includes
Resources
Classes
Named Instances