Reputation: 139
I am trying to add a library Calendar of dhtmlxScheduler to SAPUI5 but I have no idea how to use it in view.xml
For example, you can see the code index.html
of dhtmlxScheduler , in the <body onload=init();">
there are <div>
of button, so my question is How I can do it in view.xml
?
Upvotes: 1
Views: 325
Reputation: 2265
Use a sap.ui.core.HTML
control in your view to embed your own HTML code.
Here an example: https://sapui5.hana.ondemand.com/#/sample/sap.ui.core.sample.Html/preview
Upvotes: 2