mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-29 02:14:44 +00:00
Update docs/forms/switch/options.html
This commit is contained in:
parent
138547c28a
commit
029ebc2cb7
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@
|
|||
<dd>
|
||||
<p class="default">default: null, inherited from parent</p>
|
||||
<p>Sets the color scheme (swatch) for the slider's track, specifically. It accepts a single letter from a-z that maps to the swatches included in your theme.</p>
|
||||
<pre><code>$('.selector').slider(<strong>{ theme: "a" }</strong>);</code></pre>
|
||||
<pre><code>$('.selector').slider(<strong>{ trackTheme: "a" }</strong>);</code></pre>
|
||||
<p>This option can be overridden in the markup by assigning a data attribute to the input, e.g. <code>data-track-theme="a"</code>.</p>
|
||||
</dd>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue