1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 06:44:35 +02:00

tests & docs & twipsy too

This commit is contained in:
Rod Vagg
2011-11-06 13:20:09 +11:00
parent 3628eb79ae
commit 4d2e32e809
4 changed files with 70 additions and 10 deletions

View File

@@ -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>