From 6cbcd03efbcb58e37e4a4d31048758c82ed6c849 Mon Sep 17 00:00:00 2001 From: galczo5 Date: Sat, 20 Oct 2018 13:27:51 +0200 Subject: Add `show` and `hide` methods to dropdown (#27370) --- site/docs/4.1/components/dropdowns.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'site/docs') diff --git a/site/docs/4.1/components/dropdowns.md b/site/docs/4.1/components/dropdowns.md index c9daf5518..ab61390d4 100644 --- a/site/docs/4.1/components/dropdowns.md +++ b/site/docs/4.1/components/dropdowns.md @@ -839,6 +839,8 @@ Note when `boundary` is set to any value other than `'scrollParent'`, the style | Method | Description | | --- | --- | | `$().dropdown('toggle')` | Toggles the dropdown menu of a given navbar or tabbed navigation. | +| `$().dropdown('show')` | Shows the dropdown menu of a given navbar or tabbed navigation. | +| `$().dropdown('hide')` | Hides the dropdown menu of a given navbar or tabbed navigation. | | `$().dropdown('update')` | Updates the position of an element's dropdown. | | `$().dropdown('dispose')` | Destroys an element's dropdown. | -- cgit v1.2.3