diff options
| author | Jacob Thornton <[email protected]> | 2012-03-19 20:29:22 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-03-19 20:29:22 -0700 |
| commit | 07d23b927ee4eefdee51d4fcbffb3dece33be698 (patch) | |
| tree | 814640856025b0b1452eefb243b8c13d6ca42db2 /docs/templates/pages/javascript.mustache | |
| parent | 384a082e8d220115d0eb94b0c57d837b625ad2ab (diff) | |
| download | bootstrap-07d23b927ee4eefdee51d4fcbffb3dece33be698.tar.xz bootstrap-07d23b927ee4eefdee51d4fcbffb3dece33be698.zip | |
add activate to scrollspy docs
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 007974183..2de696210 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -513,6 +513,21 @@ $('#myModal').on('hidden', function () { </tr> </tbody> </table> + <h3>{{_i}}Events{{/i}}</h3> + <table class="table table-bordered table-striped"> + <thead> + <tr> + <th style="width: 150px;">{{_i}}Event{{/i}}</th> + <th>{{_i}}Description{{/i}}</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{_i}}activate{{/i}}</td> + <td>{{_i}}This event fires whenever a new item becomes activated by the scrollspy.{{/i}}</td> + </tr> + </tbody> + </table> </div> </div> </section> |
