Skip to content

Commit 52f2eaf

Browse files
committed
Docs: changed expanded custom icon example from arrow-r to arrow-d inline with collapsible set (content-collapsible-options.html)
1 parent e30441d commit 52f2eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/content-collapsible-options.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ <h2>Collapsible content</h2>
9494
<p class="default">default: "minus"</p>
9595
<p>Sets the icon for the header of the collapsible container when in an expanded state. To set the value for all instances of this widget, bind this option to the <a href="../../api/globalconfig.html">mobileinit event</a>:</p>
9696
<pre><code>$( document ).bind( "mobileinit", function(){
97-
<strong>$.mobile.collapsible.prototype.options.expandedIcon = "arrow-r";</strong>
97+
<strong>$.mobile.collapsible.prototype.options.expandedIcon = "arrow-d";</strong>
9898
});
9999
</code></pre>
100-
<p>This option is also exposed as a data attribute: <code>data-expanded-icon=&quot;arrow-r&quot;</code>.</p>
100+
<p>This option is also exposed as a data attribute: <code>data-expanded-icon=&quot;arrow-d&quot;</code>.</p>
101101
</dd>
102102

103103
<dt><code>heading</code> <em>string</em></dt>

0 commit comments

Comments
 (0)