Skip to Content
0
Former Member
Dec 09, 2014 at 02:25 PM

sap.ui.getCore() --> byId() or getElementById()?

15431 Views

Hi, what is the better way to access a View-Control from the Controller by its ID:

sap.ui.getCore().byId() or sap.ui.getCore().getElementById()?

Where is the difference?