Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Docs: Replace inline with mini at mini example (buttons-options.html) #4703

Merged
merged 1 commit into from
Jul 16, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/buttons/buttons-options.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h2>Button basics</h2>
<p class="default">default: null (false)</p>
<p>If set to true, this will display a more compact version of the button that uses less vertical height. Possible values: true, false. This option is also exposed as a data attribute: <code>data-mini=&quot;true&quot;</code></p>
<pre><code>$('a').buttonMarkup(<strong>{ mini: "true" }</strong>);</code></pre>
<a href="#" data-role="button" data-mini="true">Inline</a>
<a href="#" data-role="button" data-mini="true">Mini</a>
</dd>

<dt><code>shadow</code> <em>boolean</em></dt>
Expand Down