dojox.mobile.RoundRectCategory

Authors:Yoshiroh Kamiyama
Developers:Yoshiroh Kamiyama
since:V1.5

Introduction

RoundRectCategory is a category header for a rounded rectangle list.

../../_images/RoundRectCategory.png

Constructor Parameters

Parameter Type Default Description
label String “” A label of the category. If the label is not specified, innerHTML is used as a label.

Examples

Declarative example

require([
  "dojox/mobile",
  "dojox/mobile/parser"
]);
<h2 data-dojo-type="dojox.mobile.RoundRectCategory">Transition Effects</h2>
Error in the documentation? Can’t find what you are looking for? Let us know!