Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add events to 'options' section
  • Loading branch information
Eugene Simakin committed Jan 5, 2014
1 parent de187d8 commit 2f40998
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions index.html
Expand Up @@ -84,8 +84,8 @@ <h3>
</code></pre>

<h3>
<a name="options" class="anchor" href="#options"><span
class="octicon octicon-link"></span></a>Options</h3>
<a name="options-and-events" class="anchor" href="#options-and-events"><span
class="octicon octicon-link"></span></a>Options and events</h3>

<p>

Expand All @@ -102,16 +102,26 @@ <h3>
<li><code>paginationClass</code> the root style for pagination component (default: <code class="highlight"><span class="s">'pagination'</span></code>).
You can use this option to apply your own style</li>
</ul>
<ul>Available event:
<li><code>onPageClick</code> callback function
<ul>Function parameters
<li><code>event</code> object</li>
<li><code>page</code> the number of page</li>
</ul>
</li>
</ul>
</p>



</section>

<aside id="sidebar">

<ul class="nav nav-pills nav-stacked">
<li><a href="#intro">Intro</a></li>
<li><a href="#demo">Demo</a>
<li><a href="#options">Options</a>
<li><a href="#options-and-events">Options and events</a>
</ul>

</aside>
Expand Down

0 comments on commit 2f40998

Please sign in to comment.