For Example
I can access TextBox of View from controller like this
sap.ui.getCore().byId("txtBox1").setEnabled(true);
and By passing Parameter.
Can anyone please tell if there is any alternative way to do it..?
For Example
I can access TextBox of View from controller like this
sap.ui.getCore().byId("txtBox1").setEnabled(true);
and By passing Parameter.
Can anyone please tell if there is any alternative way to do it..?