component-preload.js not found (404 not found) In SAP fiori like UI5 APP
HI All, I am trying to develop a fiori like UI5 app. I have placed the component.js file in the same folder as that of index.html I have read the Documentation from the below sites. SAPUI5 SDK - Demo...
View ArticleRe: Sap.m.Table Dynamic Column and Item Binding
I think you can use bindItems rather than bindRows, for the sap.m.table control. Regards,Jason
View ArticleBinding - Change the "items" value of a table
Hi, I want to change the XML property "items" of a table based on a value of the element. <Page > <content> <ObjectHeader title="{Description}" class="headerDetailView">...
View ArticleRe: component-preload.js not found (404 not found) In SAP fiori like UI5 APP
Hi Pandu The Component-preload.js file is somewhat of an undocumented feature, currently it is only supported internally or via you own build tool - see grunt-ui5 this has a Component-preload.js...
View ArticleRe: Sap.m.Table Dynamic Column and Item Binding
How about bind columns. As i am not sure addcolumn will replace bind columns in sap.m.Table. if possible any one share the sample example implemented like bind columns in sap.m.Table. CheersGanesh
View ArticleRe: component-preload.js not found (404 not found) In SAP fiori like UI5 APP
Hi John, I did run the application with Debug Source and below is the screen shot. if I run my application removing all the configuration i have done to make a fiori like UI5 App my application is...
View ArticleRe: Import js files or libraries
Thanks Michael,finally I used the Import functionality of eclipse.And now it works.Rg. Joerg
View ArticlePopOver rerendering issue
Hi All, I have a requirement where in my extending from popover control. By default it will have iconTab bar. The Tabs(iconTabFilter) will be configurable. I am able to make it work. But each time I...
View ArticleRe: sapui5 List SearchField not working
Indeed, it's a little bit cheating. But I don't see another way to manipulate your result at client side. Don't get me wrong, I believe it's better to put this logic in the backend but in some cases it...
View ArticleRe: component-preload.js not found (404 not found) In SAP fiori like UI5 APP
looks like it cannot find you component error gives a good hint, its the name, change code to jQuery.sap.declare("ZGreenfield.Component");sap.ui.core.UIComponent.extend("ZGreenfield.Component",{hthjsp
View ArticleRe: How to display a string having HTML content using odata
I have a html string like <!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\"><HTML><HEAD><META content=\"text/html; charset=utf-8\" http-equiv=content-type><META...
View ArticleRe: Navigation between the views
Hi Ameya, Thanks for the update. I have some doubts in the above link that you had mentioned in that you have declare the second view also <script> sap.ui.localResources("ui5nav"); var...
View ArticleRe: Navigation between the views
Hi Robin, Thanks for the update. You mean to say that in Index.html we don't need to define any view than how do the app knows that what would be the initial view at the time of loading the...
View ArticleRe: How to display a string having HTML content using odata
If I use <core:HTML content={htmlString} > it works
View ArticleRe: How to display a string having HTML content using odata
var oFTV = new sap.ui.commons.FormattedTextView({ htmlText : "{yourHtmlViaOData}" }); where {yourHtmlViaOData} is the binding to your OData value
View ArticleRe: Passing Parameter from fiori launchpad to the app in sapui5
Hi Masa,I will explain my scenario:I have to make two tiles in Fiori launchpad. These two tiles have to open the same app. But the data that should be displayed on app when I click on tile 1 is...
View ArticleRe: SAP m bar issue
Well i got the result i wanted by adding a title in the middlecontent of the bar.If anyone knows how to do it without using the other contents.Feel free to say so. Kind Regards, Bart
View ArticleRe: SAP m bar issue
Hi, Refer this example JS Bin - Collaborative JavaScript Debugging</title> <link rel="icon" href="http://static.jsbin.… Regards,Chandra
View ArticleRe: Handle timezone differences between front-end and backend
Thanks Vishwa, On checking the date within the code, it seems using setUTCDate is increasing the day by 1. The gateway was reducing by 1 . So the dates adjust itself to save the date chosen on the...
View ArticleUI5 Architecture regarding OData Entities
Hello all,while working through UI5 i came across a question regarding the architecture of models. I have the following scenario:An Odata service with 3 Entitysets lets call them A,B,C Entity A has the...
View Article