dojox.mobile.RounRect¶
| Status: | Draft |
|---|---|
| Version: | 1.0 |
| Authors: | Jared Jurkiewicz |
| Developers: | Yoshiroh Kamiyama, Jared Jurkiewicz |
| Available: | since V1.5 |
Contents
RoundRect is a simple round rectangle container for any HTML and/or widgets. You can achieve the same appearance by just applying the -webkit-border-radius style to a div tag. However, if you use RoundRect, you can get a round rectangle even on non-CSS3 browsers such as IE.
Constructor Parameters
| Parameter | Type | Required | Description |
| shadow | Boolean | No | If true, adds a shadow effect to the container element. The default value is false. |