CustomListItem in SimpleForm not rendering correctly
Hi experts, I have a SimpleForm Control which displays a list of several labels and input fields. To make the labels of the input field align nicely with the input fields themselves, I have set the...
View ArticleRe: SAPUI5: How to print a complex UI control (eg a Panel) by a signle button...
window.print() will print the entire window instance at that moment..may be you will have to generate a PDF or a word document, then open it as file & let the user print it.
View ArticleRe: upload file(JSON)
Rohit, Please find the corrected code on this repository for your reference. Below is a screen shot of working code . Thanks & RegardsJeetendra
View ArticleUI5 view in JSON
Hello Everyone, So far I have tried JS version of UI5 views but I was recently trying to run a simple application that has data defined in view and display in html file. I have defined a dummy data as...
View ArticleRe: Image Zooming
I was able to get your example working, but am still having issues getting it to work in my own code. I am using the view/controller method as well and also the SAP UI5 Router functions. I have a JSP...
View ArticleRe: Navigation not working in SAP.m split app MVC
Hi Sakthivel, What do you mean exactly ?Sorry but i'm new to this. Regards, Bart
View ArticleRe: SAPUI5 App running on Portal - SSO?
Thanks for all the help guys, really appreciate it. So I thought I'd update this thread with the results of my findings. I didn't go the Java route as Robin suggested so I can't comment on the...
View ArticleRe: Hide Master in SplitApp
Hi, I faced the same problem. The SplitApp container hasn't been done for this purpose (it's more to be used as a responsive menu) But, you can easily use jQuery to hide it. I created the following...
View ArticleRe: Image Zooming
Hi Michael, It seems the .addpowerzoom() method in the header of your JSP page is added before the image is added to the DOM (if you set a breakpoint in Chrome at this point, you'll see the top image...
View ArticleHow to access sort direction and filter value of columns? Can I catch the...
We have some columns being added to a table. We have set the sortProperty and the filterProperty on each of our columns.This allows us to both filter and sort. We want to be able to access the columns...
View ArticleRe: How to access sort direction and filter value of columns? Can I catch the...
the table has 2 listerners which are triggered on sort & filter table.attachSort() & table.attachFilter() you can add custom sort in these methods..
View ArticleRe: How to access sort direction and filter value of columns? Can I catch the...
Will the base event still fire? Do you know how to access the filtered value and the sort direction?
View Articlesap.m.BusyDialog not rendering properly on Samsung Galaxy S4, Note, Nexus...
Hi All, I've recently completed an app with SAP Gateway integration. Implemented and tested it with iPhone, iPad and my Sony Xperia Android device (wrapped with PhoneGap). While all is good on the iOS...
View ArticleRe: How to access sort direction and filter value of columns? Can I catch the...
Awesome, that is great to see, thank you. 2 questions:1) Why is the default sort order bringing back 'Acsending', when the table has not been ordered yet? 2) After I found these values (getSortOrder()...
View ArticleRe: Hash based routing url to navigate between different views?
Hi Sudhakar, I am faced with the same issue Did you find answer to your question?If yes, can you please share? Regards,Chidan
View ArticleRe: Hash based routing url to navigate between different views?
Hi guys, have a look at this great article at google developers: Using Location Hash To Enable BACK/FORWARD Navigation There is also a cool demo! I'm sure, this will help you further! Regards Michael
View ArticleHANA XS Branching strategy
All, SP7 has code manager as a new feature on SP7, however, I am looking for branching strategy.what is the recommended/suggested way for branching strategy on HANA XS? I need to work on a...
View ArticleRe: What tool to use for creating -Dbg.js and minified version of custom JS...
YUI Compressor, command line. refresh in eclipse , manual ADT upload after that
View Article