Skip to content

Commit

Permalink
docs(HXTabsetElement): document currentTab property
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan A. Johnson committed Jan 9, 2019
1 parent 5bc3f9e commit a2663ef
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions docs/elements/hx-tabset/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,25 @@ <h2 id="methods">Methods</h2>

{% block attributes %}
<dl>
<dt>current-tab {Integer=0}</dt>
<dt>current-tab</dt>
<dd>
<p>
Zero-based index of the currently active tab + tabpanel.
Zero-based index of the currently active tab.
</p>
</dd>
</dl>
{% endblock %}

{% block properties %}
<dl class="memberList">
<dt>currentTab {Integer [0]}</dt>
<dd>
<p>
Zero-based index of the currently active tab.
</p>
<p class="hxSubdued hxSubBody">
<hx-icon type="info-circle"></hx-icon>
Reflects the <code>current-tab</code> attribute.
</p>
</dd>
</dl>
Expand Down

0 comments on commit a2663ef

Please sign in to comment.