- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Get access or point to SAP UI5 control
You are making a small mistake over here. Method addContent is a method available for UI5 controls not over normal DOM elements.
If you want to gain a reference to the button then you can try with the below snippet:
this.getView().byId("<id of the toolbar>").addContent(new sap.m.Button({ <property>:<value> }));
- Related Articles
- In SAP UI5 render calling two times in custom control
- OData or Java Services to be consumed by SAP UI5 application
- Binding OData service to SAP UI5 table
- Binding model to sap.ui.core in SAP UI5 application
- Loading External Libraries in SAP UI5
- Sorting List in SAP UI5 project
- How to place UI5 code in SAP NetWeaver Server?
- Managing user sessions in SAP UI5 application
- How to Prevent Broken Access Control?
- Medium Access Control Sublayer (MAC sublayer)
- How Does Biometric Access Control Work?
- I have SAP UI5 application that I am not able to start after adding to SAP Fiori Launchpad.
- SAP UI5 application throws an error while using Tree map
- Reading an image using SAP OData v2 in UI5 application
- What are Logical Link Control (LLC) and Medium Access Control(MAC)?

Advertisements