Version > 2023.02
DV: Show Overlay ¶
Plain Text Overlay ¶
1 2 |
|
HTML Text Overlay ¶
1
|
|

Example ¶
For example when opening a modal dialog using AppGini's
modal_window()
-function, configure the
close
-callback in options. Inside that close-callback, show the overlay, then reload the current page.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
|
Tips ¶
-
You can use
AppGiniHelper.DV.showOverlay
andAppGiniHelper.TV.showOverlay
even in custom pages
(where actually there is no .DV/.TV defined).