aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/javascript.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index d7035d661..9961a2851 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -1027,6 +1027,22 @@ $('#example').tooltip(options)
<p>Appends the tooltip to a specific element. Example: <code>container: 'body'</code></p>
</td>
</tr>
+ <tr>
+ <td>viewport</td>
+ <td>string</td>
+ <td>'body'</td>
+ <td>
+ <p>Keeps the tooltip within the bounds of this element. Example: <code>viewport: '#viewport'</code></p>
+ </td>
+ </tr>
+ <tr>
+ <td>viewportPadding</td>
+ <td>number</td>
+ <td>0</td>
+ <td>
+ <p>Pixel distance to keep the tooltip from the edges of the viewport element. Example: <code>viewportPadding: 10</code></p>
+ </td>
+ </tr>
</tbody>
</table>
</div><!-- /.table-responsive -->