Bloom.Edit.EditingView.ShowChangeLayoutDialog C# (CSharp) Method

ShowChangeLayoutDialog() private method

private ShowChangeLayoutDialog ( IPage page ) : void
page IPage
return void
        internal void ShowChangeLayoutDialog(IPage page)
        {
            //if the dialog is already showing, it is up to this method we're calling to detect that and ignore our request
            RunJavaScript("FrameExports.showAddPageDialog(true);");
        }