Re: In case of bookmarks.Hash routing not working with SAPUI5
Can you provide a link to an example on JSBin.com? Thanks,Shawn
View ArticleRe: UI5 XMLView if conditions
The best way to do this is to bind the visibility attribute to a boolean in your Model, e.g. use JSON like this to create your JSONModel: modelData: { uistate: { showGroup1: true; showGroup2: false; }...
View ArticleRe: How to generate a pdf file using javascript?
Hi Sakthivel,This code is giving me error. Could you please help me out. Thank YouRahul
View ArticleRe: How to generate a pdf file using javascript?
check this, JS Bin - Collaborative JavaScript Debugging</title> <link rel="icon" href="http://static.jsbin.… The previous one was throwing a security...
View ArticleRe: How to generate a pdf file using javascript?
cool. will give a try now and let u know. Thank you
View ArticleRe: How to generate a pdf file using javascript?
Here is my codevar myImg=new Image(); myImg.src=arrData['employee'][1]['Image']; myImg.crossOrigin ="Anonymous"; var imgData = this.getBase64Image(myImg); var doc = new jsPDF();...
View ArticleRe: How to generate a pdf file using javascript?
If the image is already in the document (i.e. in the html page) then, your code is working perfect. But, it is giving me that error if I'm creating a image in the script.
View ArticleHow to change model of a combination chart in SAPUI5 mobile based on selection
I am using makit library charts.I consuming 2 HANA xsjs service one is giving me data based on a cluster number and other is getting cluster number.I am using a select box and attaching cluster number...
View ArticleHow to make zoom and pan for D3 Tree used in HANA Live browser?
Hello SDN! As I understand, currently there is no standard control to display hierarchies in SAPUI5. I've found the custom one in SAP HANA Live browser:This custom control is good for my requirements...
View ArticleRe: SAPUI5 - Mobile/Reactive Frameworks - How to use Tabs and other controls?...
Thanks for the response. Looks like that tab container from sap.me only holds 4 icons, we have 6. What is sap.me? i know about sap.m and sap.ui.commons.
View ArticleHow to change m.Page text color
Hi,how can I change text color in the header text of m.Page? I'm using xmlviews Many thanks Jiri
View ArticleRe: In case of bookmarks.Hash routing not working with SAPUI5
You can open the JSBin in "Output Only (with live reload)" mode in a separate window, and in that window (tab) the URL can change. Here is a incomplete routing sandbox on JSBin (open each in a separate...
View ArticleStop Cyclic Navigation in Carousel
Hi Experts, I am looking out for some Next and Previous event which can help stop the sap.ui.commons.Carousel navigation with the 1st and last item. I dont want the cyclic navigation. Appreciate your...
View ArticleRe: How to change m.Page text color
check this, JS Bin - Collaborative JavaScript Debugging</title> <link rel="icon" href="http://static.jsbin.…
View ArticleRe: Model Scope? Set Text Property for Button?
Thanks for the reply! The model looks like this: { "status": { "http_code":200 }, "contents": [...
View ArticleRe: How to change m.Page text color
Hi,many thanks, but I need to change text, which is set:<Page title="{i18n>MasterTitle}" ></> Also I need change the page header background color....Many thanks Jiri
View ArticleSAPUI5 - How to capture the tab loaded or tab click event from a...
How to capture the tab loaded or tab click event from a sap.ui.commons.Tab object? There is no attachClick or tabLoaded function to tap into from the object mentioned above. How can I capture the tab...
View ArticleRe: Table with fixed columns Example not displaying any data
Hello Ben, Thank you, it worked. I greatly appreaciate it.....I actually have more question: How can we create data binding so the var aData is not hardcoded? Regards,Amr
View ArticleRe: Use sap.m.Splitapp inside a ux3.Shell
Hi Chandrashekhar, that´s exactly what I was looking for. Thank you so much!You really saved me a lot of time, because I would never have thought of trying to put the sap.m.Shell between the ux3.Shell...
View ArticleRe: Exploring different concepts of UI5 using HTML views and Exploring on...
Hi Muthu, check out this blog post: SAPUI5 project setup for beginners with HTML views Besides, the official documentation also provides useful information and demos. Regards Michael
View Article