You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/demos/widgets/collapsibles/index.html
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ <h4>Heading</h4>
44
44
</div>
45
45
</div><!--/demo-html -->
46
46
47
-
<h3>Theme</h3>
47
+
<h2>Theme</h2>
48
48
49
49
<p>Add the <code>data-content-theme</code> attribute to set a theme for the content of the collapsible. To provide a stronger visual connection between the collapsible header and content, add the <code>data-content-theme</code> attribute to the wrapper and specify a theme swatch letter. This applies the swatch's border and <em>flat</em> background color (not the gradient) to the content block, removes the rounded corners from the bottom of the header, and gives the bottom of the content block rounded corners to visually group these elements.</p>
50
50
@@ -55,7 +55,7 @@ <h4>Heading</h4>
55
55
</div>
56
56
</div><!--/demo-html -->
57
57
58
-
<h3>Expanded</h3>
58
+
<h2>Expanded</h2>
59
59
60
60
<p>To expand the content when the page loads, add the <code>data-collapsed="false"</code> attribute to the wrapper.</p>
61
61
@@ -71,7 +71,7 @@ <h4>Heading</h4>
71
71
</div><!--/demo-html -->
72
72
73
73
74
-
<h3>Mini sized</h3>
74
+
<h2>Mini sized</h2>
75
75
76
76
<p>For a more compact version that is useful in toolbars and tight spaces, add the <code>data-mini="true"</code> attribute to the element to create a <ahref="../forms/forms-all-mini.html">mini version</a>. </p>
77
77
@@ -86,7 +86,7 @@ <h4>Heading</h4>
86
86
</div>
87
87
</div><!--/demo-html -->
88
88
89
-
<h3>Icons</h3>
89
+
<h2>Icons</h2>
90
90
91
91
<p>The default icons of collapsible headings can be overridden by using the <code>data-collapsed-icon</code> and <code>data-expanded-icon</code> attributes. In the example below, <code>data-collapsed-icon="arrow-r"</code> and <code>data-expanded-icon="arrow-d"</code>.</p>
92
92
@@ -109,7 +109,7 @@ <h3>I'm a header</h3>
109
109
<p><code>data-iconpos="right"</code></p>
110
110
</div>
111
111
112
-
<h3>Legend</h3>
112
+
<h2>Legend</h2>
113
113
114
114
<p>For forms, use a <code>fieldset</code> and <code>legend</code> for the collapsible.</p>
115
115
<divdata-demo-html="true">
@@ -145,13 +145,13 @@ <h4>Heading</h4>
145
145
146
146
147
147
148
-
<h3>Set of individual collapsibles</h3>
148
+
<h2>Set of individual collapsibles</h2>
149
149
150
150
<p>This is an example of a series of individual collapsibles. The difference with a "Collapsible Set" is that multiple collapsible rows can be open at once.</p>
0 commit comments