Commit 75d6c14d authored by Chris Rebert's avatar Chris Rebert
Browse files

Document that 'manual' is mutually exclusive of other tooltip/popover triggers

Closes #16122
[skip sauce]
parent 0689117f
5 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!16411Doc that 'manual' is mutex of other tooltip/popover triggers,!25326Adjust examples
Showing with 2 additions and 2 deletions
+2 -2
...@@ -229,7 +229,7 @@ sagittis lacus vel augue laoreet rutrum faucibus."> ...@@ -229,7 +229,7 @@ sagittis lacus vel augue laoreet rutrum faucibus.">
<td>trigger</td> <td>trigger</td>
<td>string</td> <td>string</td>
<td>'click'</td> <td>'click'</td>
<td>How popover is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space.</td> <td>How popover is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space. <code>manual</code> cannot be combined with any other trigger.</td>
</tr> </tr>
<tr> <tr>
<td>viewport</td> <td>viewport</td>
......
...@@ -195,7 +195,7 @@ $('#example').tooltip(options) ...@@ -195,7 +195,7 @@ $('#example').tooltip(options)
<td>trigger</td> <td>trigger</td>
<td>string</td> <td>string</td>
<td>'hover focus'</td> <td>'hover focus'</td>
<td>How tooltip is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space.</td> <td>How tooltip is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space. <code>manual</code> cannot be combined with any other trigger.</td>
</tr> </tr>
<tr> <tr>
<td>viewport</td> <td>viewport</td>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment