Skip to content

Commit

Permalink
Improved documentation for <dropdownheader>
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrdigs committed Apr 24, 2014
1 parent 5c21c08 commit 58b1641
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/org/bootstrapjsp/tags/core/dropdown/DropdownHeader.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@
/**
* A Dropdown header.
* <p>
* &lt;li class="dropdown-header" role="persentaton"&gt;...&lt;/li&gt;
* <dl>
* <dt><b>Example</b></dt>
* <dd>&lt;dropdownheader label="Title"/&gt;</dd>
* <dt><b>Output</b></dt>
* <dd>&lt;li class="dropdown-header" role="presentation&gt;Title&lt;/li&gt;</dd>
* </dl>
* </p>
*/
@Tag(name="dropdownheader", dynamicAttributes=true)
Expand Down

0 comments on commit 58b1641

Please sign in to comment.