cancel
Showing results for 
Search instead for 
Did you mean: 

Source Code for SAPUI5 code libraries

Former Member
0 Kudos

Hi Experts, I require some information about the SAPUI5 core libraries, I want to read the source code of a particular control for example, Example is "InputBase" class from the "sap.m" library, Where can I find the source code for this control?, I googled it and found its in the "InputBase.js" file but what steps do I need to follow to see the source code for this file?

Thanks

Mishan

Accepted Solutions (0)

Answers (2)

Answers (2)

Sharathmg
Active Contributor
0 Kudos

The downloaded library has all the methods used.

For you to understand, you can always loop through the downloaded library. However, you need to mostly understand the API - sap.m.InputBase. https://openui5beta.hana.ondemand.com/1.32.5/docs/api/symbols/sap.m.InputBase.html#constructor

Regards,

Sharath

former_member365727
Active Contributor
0 Kudos

Download SAPUI5 SDK and check the file InputBase.js in folder "resources-->sap-->m"