Environement
Framework : SAPUI5 V 1.38.39IDE: WebIDE
Issue
I am using router.navTo(viewName) to navigate between my view, usually, it works fine but in my current project router.navTo(viewName) adds the view to the current one instead of replac...
Hello expert,I would like to know if in the XML view there is a way to concatenate the model path.I explain myself, a example of a normal path would be :
<Input value="{someModel>/something}"/>
but for example this something could be in another t...
Hello expert,
I have a normal vizframe in the view looking like :
<com:ChartContainer
id="chartContainer"
showFullScreen="true"
showPersonalization="false"
autoAdjustHeight="false"
personalizationPress="attachPersonalizationPress"
content...
Hello Experts,I would like to ovewrite the MultiComboBox control to add a ShowSecondaryValues parameter (like in ComboBox control) but I have a problem. As soon as I ovewrite the MultiComboBox control i get a 404 :
sap-ui-core.js:49 GET https://w...
Hello @Antonette Venter,
I wished to use your solution on SAPUI5 V1.38.39 to get one application into my other application so in my component.js in init I used :
var sPath = sHostUrl.includes("webidetesting") ? "https://gtyext.net" : sHostUrl;
jQuer...
Hello John,
I know is a lot of time by now but is there a possibility to add a path in this method?
like for oModel.sPath + "/toComment", oEntry);
Thank you in advance,
Sylvain
Hello Jun Wu,Thank you for your reply, however it's look like something different I don't need any if or else, neither any loop but just to concatenate the string for the path of the model, in the link i seen nothing related
@Mahesh Kumar Palavalli unfortunately not in this state, because my feeds element are dynamically added via the controller, if you look again at my view in the post there is no feed element there. if you look closely at my controller you will also n...
thank you, however in my case my model in not in my controller but in /model/data.json and find is dynamically added by the controller and there is no feed element in my view, can I still use the bind element approach ? if yes how can I adapt it ? Th...