Re: Uncaught TypeError: undefined is not a function
Hi Vladmir, The letter 'l' for control FeedlistItem should be in capitals. change line from new sap.m.FeedlistItem ( { to new sap.m.FeedListItem ( { Thanks and Regards, Venkatesh
View ArticleRe: Uncaught TypeError: undefined is not a function
Thank you Venkatesh !The code was run And I have one more question . As I'm new in programing can you explain me how display data in one item? I run app and get the following view: like you see data...
View ArticleSAPUI5 vs JQuery Mobile / JQuery Mobile UI
Could somebody please help me understand the advantages of leveraging SAP UI5 for developing mobile web front-ends vs. simply going with JQuery Mobile and JQuery Mobile UI? I am not concerned with...
View ArticleRe: Adding content to Default view of ThingViewer control
You have to add the thingviewer to a parent container such as a panel for it to work correctly. var p = sap.ui.commons.Panel({height: '400px', content: [oThingViewer]});...
View ArticleIs there a way to make sap.m.carousel own sap.ui.commons.carousel property?
I wish to have the visibleItems property of the sap.ui.commons.carousel on the sap.m.carousel.How should i extend this behaviour? The reason why i don't use sap.ui.commons.carousel is because I need to...
View ArticleRe: how to make table ?
createContent : function(oController) { var oPage = new sap.m.Page({ title : "Title of HomeView" }); var data = { EnergySource : [ { source...
View ArticleRe: how to get column name in table ?
Hi Abul, I dont know the exact format, but you can use the below component in your code.new sap.ui.table.Column({label : "Column Name"}) Here Label is the Column Name -RegardsDhrubajyoti
View ArticleRe: how to get column name in table ?
Not sure If I understood what you are looking for... but, as directed in Library.. you can declare your table and columns like below: var oTableR1 = new sap.ui.table.Table({...
View ArticleRe: Change order of items in list using SAPUI5
Thanks for your quick reply. But I want drag an image from desktop to browser using sapui5. Please suggest me the approach.
View ArticleRe: How to bind the data to the table in mobile?
Hi, Thanks for your reply.Still I am facing same issue. I am getting the following error message . GET...
View ArticleRe: SAPUI5 icon set
Hi Graham, thanks for your help.I am new to this. How can I add your code to mine? var aTile = new sap.m.StandardTile("account", { icon :...
View ArticleRe: How to bind the data to the table in mobile?
It seems like your collection is " BusinessPartnerCollection " so bind like this oHelpTable1.bindAggregation("rows", "/BusinessPartnerCollection"); if that doesn't work please post your service...
View ArticleRe: Problem with UI5 Scrollbar in new Google Chrome version 31.0.1650.57 m
Thanks for the quick fix! I'm just wondering why scrollbars have to know the height of the document... they should be just dependent on the height of the element they need to scroll, right?
View ArticleRe: How to bind the data to the table in mobile?
Hi vijay, I am using Public Service URLhttps://sapes1.sapdevcenter.com/sap/opu/odata/sap/ZGWSAMPLE_SRV/BusinessPartnerCollection?sap-ds-debug=true I can get the list of BusinesspartnerCollection .But...
View ArticleProblem with oData service data mapping to a UI5 table
Hi, I am creating a UI5 view where I need to display the data from an oData service entity and also the corresponding linked entities. The ex use could beI have an entity SalesOrder and its linked via...
View Articlenavigate between tabs externally
I want to switch between Tabs by placing a button outside the tabstrip and clicking it. I saw references to selectedIndex but have no idea on how to use it. Please help me on this, thanks
View ArticleNo views are displayed in ViewRepeater with activated respnsive
Dear all, I've created this view. If I activate responsive, nothing is displayed. If I deactivate responsive I see the rows. What can be the reason?createContent : function(oController) { var...
View ArticleRe: Deploy an SAP UI5 Application on an SAP ABAP Server
Thank you Venkatesh. This seems very helpful. Regards,Mayur
View ArticleRe: Navigate between different views
Hi Sandip, I asked (and was asked) exactly the same question at the InnoJam at TechEd Las Vegas a few weeks ago - while you can easily replace the currently displayed view in a HTML page as Robert says...
View Article