Simple class that can provide a shadow effect for any element. Note that the element MUST be absolutely positioned, and the shadow does not provide any shimming. This should be used only in simple cases -- for more advanced functionality that can also provide the same shadow effect, see the Ext.Layer class.
The shadow display mode. Supports the following options:
PhpExt_Shadow::MODE_SIDES: Shadow displays on both sides and bottom only PhpExt_Shadow::MODE_FRAME: Shadow displays equally on all four sides PhpExt_Shadow::MODE_DROP: Traditional bottom-right drop shadow (default)
The shadow display mode. Supports the following options:
PhpExt_Shadow::MODE_SIDES: Shadow displays on both sides and bottom only PhpExt_Shadow::MODE_FRAME: Shadow displays equally on all four sides PhpExt_Shadow::MODE_DROP: Traditional bottom-right drop shadow (default)