diff options
| author | Rod Vagg <[email protected]> | 2011-11-06 13:20:09 +1100 |
|---|---|---|
| committer | Rod Vagg <[email protected]> | 2011-11-06 13:20:09 +1100 |
| commit | 4d2e32e80914dbc526dcde7c743b0537ded7c853 (patch) | |
| tree | 50980f9feb0c3e75a8002faa0c4b6572460cff41 /docs | |
| parent | 3628eb79ae42ca1c398d190ca5e96108f3cd353b (diff) | |
| download | bootstrap-4d2e32e80914dbc526dcde7c743b0537ded7c853.tar.xz bootstrap-4d2e32e80914dbc526dcde7c743b0537ded7c853.zip | |
tests & docs & twipsy too
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/javascript.html | 30 |
1 files changed, 24 insertions, 6 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 82dcffba7..90b7be0c5 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -487,8 +487,8 @@ $('#.tabs').bind('change', function (e) { <thead> <tr> <th style="width: 100px;">Name</th> - <th style="width: 100px;">type</th> - <th style="width: 50px;">default</th> + <th style="width: 95px;">type</th> + <th style="width: 95px;">default</th> <th>description</th> </tr> </thead> @@ -557,7 +557,13 @@ $('#.tabs').bind('change', function (e) { <td>template</td> <td>string</td> <td>[default markup]</td> - <td>The html template used for rendering a twipsy.</td> + <td>the html template used for rendering a twipsy</td> + </tr> + <tr> + <td>contentSelector</td> + <td>string</td> + <td>.twipsy-inner</td> + <td>selector used to find the title element within the tooltip</td> </tr> </tbody> </table> @@ -613,8 +619,8 @@ $('#.tabs').bind('change', function (e) { <thead> <tr> <th style="width: 100px;">Name</th> - <th style="width: 100px;">type</th> - <th style="width: 50px;">default</th> + <th style="width: 95px;">type</th> + <th style="width: 95px;">default</th> <th>description</th> </tr> </thead> @@ -689,7 +695,19 @@ $('#.tabs').bind('change', function (e) { <td>template</td> <td>string</td> <td>[default markup]</td> - <td>The html template used for rendering a popover.</td> + <td>the html template used for rendering a popover</td> + </tr> + <tr> + <td>titleSelector</td> + <td>string</td> + <td>.title</td> + <td>selector used to find the title element within the popover</td> + </tr> + <tr> + <td>contentSelector</td> + <td>string</td> + <td>.content p</td> + <td>selector used to find the content element within the popover</td> </tr> </tbody> </table> |
