Hello. Is it possible to make all the textfields in form element non-editable?
I've tried:
sap.ui.getCore().byID("formID").setEditable(false); but it does not work.
Hello. Is it possible to make all the textfields in form element non-editable?
I've tried:
sap.ui.getCore().byID("formID").setEditable(false); but it does not work.