shadowbox.lzx
<library>
<resource name="shadow_rsc" src="resources/shadowbox/shadow_inset.png"/>
<resource name="shadow_rsc_vert" src="resources/shadowbox/shadow_inset_vert.png"/>
<class name="shadowbox" bgcolor="white">
<attribute name="defaultplacement" value="content
" type="string"/>
<attribute name="edgecolor_tl" value="null
"/>
<attribute name="edgecolor" value="0xD9D9D9
"/>
<attribute name="shadowleft" value="false
"/>
<view name="content" width="100%" height="100%" clip="true"/>
<view bgcolor="${classroot.edgecolor_tl}" width="100%" height="1"/>
<view bgcolor="${classroot.edgecolor_tl}" width="1" height="100%"/>
<view bgcolor="${classroot.edgecolor}" y="${parent.height - 1}" width="100%" height="1"/>
<view bgcolor="${classroot.edgecolor}" x="${parent.width - 1}" width="1" height="100%"/>
<view width="1" height="1" bgcolor="black" opacity=".45"/>
<view resource="shadow_rsc" x="0" width="${parent.width}" stretches="width"/>
<view resource="shadow_rsc_vert" y="0" height="${parent.height}" stretches="height" visible="${classroot.shadowleft}"/>
</class>
</library>
Cross References
Resources
Classes