How to remove text according to binding
HI All, Ive the following UI5 MVC example ,what I need is to remove the text label ("test" - not grayed out - remove it from the screen) from the view if model property state="user",how should I do...
View ArticleRe: How to enhance fiori apps without using SAP Web IDE
I am using kepler with out any problems so far, you can try that. The error you get is some pre-req plug in is missin...first you may have to install the gateway odata feature plug-in.. go to help...
View ArticleApplication deployment without Eclipse
Hi, I want to deploy my application without Eclipse. I know the following posilibilities but I can't use them Using transanction SA38 and you can start the Programm /UI5/UI5_REPOSITORY_LOADUsing...
View ArticleRe: How to remove text according to binding
Hi Stephane, How about using olabel = sap.ui,getCore().byId("labelid") to get the instance of the label in method - updateCB and use the method - olabel.setText("") Hope this helps
View ArticleRe: How would you answer to "What is Fiori?" in one liner ?
Many terms and concepts have come from different leaders and marketing team members (and this has also evolved over time - just ask Sam Yen, who describes it better than anyone), but in answer to your...
View ArticleRe: How to remove text according to binding
Thanks Kedar, I want to do it right ,i.e. with binding ...How should I do it like this?
View ArticleRe: How to remove text according to binding
Do you want to bind the text for your label from the Model? If yes, then your would use bindProperty method.
View ArticleSAP UI5 Date picker date to start with Saturday
SAP UI5 date picker date starts with Sunday ( default ) .is there any way to start date picker to start day with Saturday ?Some thing like below which i got i working with some other framework :...
View ArticleRe: SAP UI5 Date picker date to start with Saturday
What version of UI5 are you using? Since version 1.22 the date picker uses the unified.Calendar, which uses the locale class to define the "weekData-firstDay". The locale classes use the Unicode Common...
View ArticleRe: Creating reports from SAP ui5
I will share a detailed document shortly on creating reports(like crystal/webi reports) in ui5 so that it helps everyone. . . .currently preparing it. . .
View ArticleRe: How to remove text according to binding
HI All the controls that extend from sap.ui.core.Control has visible properties. In JsDoc Report - SAP UI development Toolkit for HTML5 - API Reference - sap.ui.commons.Labellook for getVisible and...
View ArticleRe: How can I add text to a unified ShellHeadItem?
HI Shirli Based on JsDoc Report - SAP UI development Toolkit for HTML5 - API Reference - sap.ui.unified.ShellHeadItemYou can't add text. -D
View ArticleRe: Issue with SAPUI5 navigation using shell
Hey, Even I have learnt this point. Thanks for sharing this point. Regards,Siva.
View ArticleRadio button vs radio button group
Hi , I've two radio button which is working with binding my question is 1. what is the diffrence and when to use radio button group/radio button ?2. I need some example for radio button group with...
View Articlemobile page - component container
Hi, Created a Application Project, library sap.m, development paradigm JS.Able to add root as page to the view and some controls to the page. Works as expected.Created another application project,...
View ArticleRe: How to add App Title in sap.ui.unified.Shell control Header?
Hi Maksim, Do you mean create a logo with the name as one image? I tried doing that but then I can't fit it in, the header shrinks the image and when I try to increase the icon size in the debugger, i...
View ArticleRe: Control for displaying added Tags and Tag-it like widget?
1. I am still unsure how to start with this. Could you provide guidance/example on this? Also, I have never created a custom control. 2. So is it that we cannot use jQuery plugins straightaway in UI5...
View ArticleRe: Radio button vs radio button group
Hi Stephane RadioButton is just a radio button control where you are responsible to instantiating a bunch of their and give them a common group id, so that they can be recognized as a set of radio...
View ArticleRe: How would you answer to "What is Fiori?" in one liner ?
I will tend to agree with Chandra more. BackgroundFiori is created by Sam and his team to help SAP to build beautiful and user friendly applications. The set of Fiori controls, shell, tools, etc are...
View ArticleRe: mobile page - component container
In controller is should be createContent : function(oController) { var oButton = new sap.m.Button({ text: "Test", }); return new sap.m.App({ pages: [new sap.m.Page({ title: "Title", content:...
View Article