samedi 12 août 2017

sap ui5 - couldn't disable the input text box with enabling/disabling of checkbox

// When onCheck function is called, input text with id Name should be disabled

    onCheck: function() {
        this.getView().byId("Name").setEnabled = false;
    }
});

});




Aucun commentaire:

Enregistrer un commentaire