cancel
Showing results for 
Search instead for 
Did you mean: 

What is the use of http://schemas.sap.com/sapui5/extension/sap.ui.core.CustomData/1 ?

jakir03
Explorer
494

Hi Team,

I want to know about xmlns:cd= "http://schemas.sap.com/sapui5/extension/sap.ui.core.CustomData/1".

In my project this code is using every where. Like, for Fragment ID cd:id = "IDNAME" and binding the View properties.

I need some details notes or Explaination. Could you please give me any reference.

Regards,
Jakir

Accepted Solutions (1)

Accepted Solutions (1)

WouterLemaire
Active Contributor

You can find more details about it in the ui5 documentation here:https://ui5.sap.com/#/topic/91f0c3ee6f4d1014b6dd926db0e91070

jakir03
Explorer
0 Kudos

Thank you Wouter.

Answers (1)

Answers (1)

Harish_Vatsa
Active Contributor

Dear jakir003,

In SAP Fiori, this attribute serves the purpose of establishing a custom XML namespace. This definition enables the addition of custom data attributes to UI elements that fall outside the scope of the standard attributes offered by SAPUI5.

Thanks,

jakir03
Explorer
0 Kudos

Thank You Harish