Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'site/content/docs/4.3/components/buttons.md')
-rw-r--r--site/content/docs/4.3/components/buttons.md30
1 files changed, 26 insertions, 4 deletions
diff --git a/site/content/docs/4.3/components/buttons.md b/site/content/docs/4.3/components/buttons.md
index de13ae5dfa..1839622e37 100644
--- a/site/content/docs/4.3/components/buttons.md
+++ b/site/content/docs/4.3/components/buttons.md
@@ -159,10 +159,32 @@ var button = document.getElementById('myButton')
var bsButton = new bootstrap.Button(button)
{{< /highlight >}}
-| Method | Description |
-| --------- | ------------------------------------------------------------------------------- |
-| `toggle` | Toggles push state. Gives the button the appearance that it has been activated. |
-| `dispose` | Destroys an element's button. |
+<table>
+ <thead>
+ <tr>
+ <th>Method</th>
+ <th>Description</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ <code>toggle</code>
+ </td>
+ <td>
+ Toggles push state. Gives the button the appearance that it has been activated.
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <code>dispose</code>
+ </td>
+ <td>
+ Destroys an element's button.
+ </td>
+ </tr>
+ </tbody>
+</table>
For example, to toggle all buttons