Request clarification before answering.
I already have the solution.
Thanks 🙂
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Jun,
Thanks for your time,
What is the ID and the target Name ?
My files are as follows 23.png
I putted the code in the following way, but doesn't work:
var oComp = sap.ui.getCore().createComponent( {
name : "testeui.Component", // Nome of the new app
id : "Comp3",
url : "http://localhost/testeui/WebContent/Component.js", //location of new app
componentData : {
"targetViewName" : "view" //First view to open in new app
}
});
var oCompCont = new sap.ui.core.ComponentContainer("CompCont3", {
component : oComp
});
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.