dojox/mobile/EdgeToEdgeCategory

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

Introduction

EdgeToEdgeCategory is a category header for an edge-to-edge list.

../../_images/EdgeToEdgeCategory.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/EdgeToEdgeCategory">J</h2>
Error in the documentation? Can’t find what you are looking for? Let us know!