diff --git a/Havit.Blazor.Components.Web.Bootstrap.Documentation/Pages/Components/HxContextMenuDoc/HxContextMenu_Demo.razor b/Havit.Blazor.Components.Web.Bootstrap.Documentation/Pages/Components/HxContextMenuDoc/HxContextMenu_Demo.razor index 72b666c43..29c3cbd36 100644 --- a/Havit.Blazor.Components.Web.Bootstrap.Documentation/Pages/Components/HxContextMenuDoc/HxContextMenu_Demo.razor +++ b/Havit.Blazor.Components.Web.Bootstrap.Documentation/Pages/Components/HxContextMenuDoc/HxContextMenu_Demo.razor @@ -1,19 +1,17 @@  - - Item 1 - - - Item 2 - + Item 1 + Item 2 + + www.havit.eu @message @code { - private string message; + private string message; - private void SetMessage(int item) - { - message = $"Item number {item} has been selected"; - } -} + private void SetMessage(int item) + { + message = $"Item number {item} has been selected"; + } +} diff --git a/Havit.Blazor.Components.Web.Bootstrap.Documentation/XmlDoc/Havit.Blazor.Components.Web.Bootstrap.xml b/Havit.Blazor.Components.Web.Bootstrap.Documentation/XmlDoc/Havit.Blazor.Components.Web.Bootstrap.xml index c4dcf7598..d88ec1580 100644 --- a/Havit.Blazor.Components.Web.Bootstrap.Documentation/XmlDoc/Havit.Blazor.Components.Web.Bootstrap.xml +++ b/Havit.Blazor.Components.Web.Bootstrap.Documentation/XmlDoc/Havit.Blazor.Components.Web.Bootstrap.xml @@ -1558,6 +1558,11 @@ Stop onClick-event propagation. Default is true. + + + Navigation target. + + @@ -7192,11 +7197,10 @@ This can be caused by , close-button, Esc key or other interaction. Hiding can be cancelled by setting = true - - - - Triggers the event. Allows interception of the event in derived components. - + + There is intentionally no virtual InvokeOnHidingAsync() method to override as we want to avoid confusion. + The hide.bs.modal event is subscribed only when callback is set. +