Advertisement
Cristian-Paolini

abrirPopUp

Sep 8th, 2022
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. abrirDialog: function () {
  2.         var oView = this.getView();
  3.  
  4.         if (!this._valueHelpMesas) {
  5.           this._valueHelpMesas = sap.ui.xmlfragment(
  6.             "formMesas",
  7.             "academia2022.zlucc3mesas.view.Form",
  8.             this
  9.           );
  10.           this.getView().addDependent(this._valueHelpMesas);
  11.         }
  12.         this._valueHelpMesas.open();
  13.       }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement