diff --git a/src/views/overlaypanel/OverlayPanelDoc.vue b/src/views/overlaypanel/OverlayPanelDoc.vue index 0a40634fd..1595d6995 100755 --- a/src/views/overlaypanel/OverlayPanelDoc.vue +++ b/src/views/overlaypanel/OverlayPanelDoc.vue @@ -107,30 +107,30 @@ toggle(event) {
- - - - - + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + +
NameParametersDescription
NameParametersDescription
toggleevent: Browser event
- target: Optional target if event.currentTarget should not be used
Toggles the visibility of the overlay.
showevent: Browser event
- target: Optional target if event.currentTarget should not be used
Shows the overlay.
hide-Hides the overlay.
toggleevent: Browser event
+ target: Optional target if event.currentTarget should not be used
Toggles the visibility of the overlay.
showevent: Browser event
+ target: Optional target if event.currentTarget should not be used
Shows the overlay.
hide-Hides the overlay.
@@ -138,16 +138,25 @@ toggle(event) {
Events
- - - - - - - - - - + + + + + + + + + + + + + + + + + + +
show-Callback to invoke when the overlay is shown.
hide-Callback to invoke when the overlay is hidden.
NameParametersDescription
show-Callback to invoke when the overlay is shown.
hide-Callback to invoke when the overlay is hidden.