Bloom.Edit.EditingView.ShowAddPageDialog C# (CSharp) 메소드

ShowAddPageDialog() 공개 메소드

public ShowAddPageDialog ( ) : void
리턴 void
        public void ShowAddPageDialog()
        {
            //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(false);");
        }