Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- abrirDialog: function () {
- var oView = this.getView();
- if (!this._valueHelpMesas) {
- this._valueHelpMesas = sap.ui.xmlfragment(
- "formMesas",
- "academia2022.zlucc3mesas.view.Form",
- this
- );
- this.getView().addDependent(this._valueHelpMesas);
- }
- this._valueHelpMesas.open();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement