You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Shows the view passed as parameter as a modal view.
506
507
* @param view - View instance to be shown modally.
507
508
* @param context - Any context you want to pass to the modally shown view. This same context will be available in the arguments of the shownModally event handler.
508
509
* @param closeCallback - A function that will be called when the view is closed. Any arguments provided when calling ShownModallyData.closeCallback will be available here.
509
510
* @param fullscreen - An optional parameter specifying whether to show the modal view in full-screen mode.
511
+
* @param stretched - An optional parameter specifying whether to stretch the modal page when not in full-screen mode.
0 commit comments