Bloom.Edit.EditingView.ShowChangeLayoutDialog C# (CSharp) Метод

ShowChangeLayoutDialog() приватный Метод

private ShowChangeLayoutDialog ( IPage page ) : void
page IPage
Результат 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);");
        }