Extend sap.m.TextArea
Hi,I am trying to extend sap.m.TextArea, but not getting editable text area. Regards,Sanjoy
View ArticleUsing SAPUI5 mobile controls within SAPUI5 desktop application
Not sure if I am right. Currently I am trying to take 3 controls in a vertical layout in my current desktop application. The content is as of this arrangement: top toolbar (m.toolbar which consists of...
View ArticleHow to change display names of values in legend of viz chart
Hi, I work with an OData service, which offers cryptic names for values and the legend automatically takes these to fill itself. How can I change the names shown in the legend, and when we are it, when...
View ArticleData binding not supported for sap.ui.model.filter
I just knew that using data binding with filter is not possible. But it is working when I write hard-coded word. Is there an alternative way of using "{/lastName}" in the filter object? Thanks in...
View Articlesap.m.ComboBox selectionChange event not working?
Hi experts,i have two comboboxes.when selecting one binding of the second combo should change.but selection change event is not working for me.plz helpJS Bin - Collaborative JavaScript DebuggingRegards
View Articlesap.m.table dynamic column layout
Hi All, I want to change column names and contents dynamically based on user actions. i am using below code var oRulesTable = new sap.m.Table(this.createId("RulesTable"), {...
View ArticleNot all data is getting showed in the pop up.
Hi all.. I am facing this peculiar issue .. I have a button on click of that button a pop up comes , and the data in the pop is coming where the data is coming through odata service. and there is a...
View ArticleEmail validation of a simple form
Hi All, I have created a simple form in which email field has been taken and need to do validation for an email whether it is valid or not. Please help how to acheive this.Below is my code:...
View ArticleIs there any way we can call a view's controller even before the view is...
Hi,I was trying to implement routing and noticed that the application flow is passed to view's controller only after the view is fully rendered.What I have done is attached a handleRouteMatched to the...
View ArticleDynamic Typing in AutoComplete
Is there any way to achieve dynamic typing behaviour in AutoComplete Control Scenerio:There are some filters which are not included in AutoComplete Control. Those filters are dynamic and on a click of...
View ArticleCheck if user is still editing the document
Hi, i have a UI5 application with JS views and I need to implement locking so that when a form is being edited by person, then no one else can open that form and start editing it parallel. When a user...
View ArticleFacing an Issue while displaying the data in the front end in UI5
Hi Folks , My name is Anand.I am trying to display a table by taking dynamic value given in the selection screen . It has to take and call the ODATA Abap service in the backend .I am using GET ENTITY...
View ArticleMVC Pattern coding
Hi, I am trying the source codes from "SAPUI5 SDK - Demo Kit" tutorial..But these are not in MVC style.Only View is given.Can you please tell me the detailed coding of Accordian including index.html...
View Articlegot stuck when running preview on SAP Web IDE for first Fiori App
Hi I am not able to get the application preview function working in SAP Web IDE.I have logged on to my HCP trial account (no problems) and from here I have clicked the URL for the SAP Web IDE listed...
View ArticleHow to export a ppt in mobile app?
I have downloaded a ppt by clicking on a download button in SAPUI5, But after downloading the ppt it is just empty. I want to download a ppt with content.Anyone can help me out in resolving this issue?
View ArticleSAPUI5 Print PDF
Hello Experts, I am trying to do the print functionality in sapui5 through OData Service. My service is giving the result , but in my screen its showing only Loading for a long time and not displaying...
View Articlejson file getModel().getProperty
Team i have the following code in component.js var oModel2 = new sap.ui.model.json.JSONModel(jQuery.sap.getModulePath("sap.ui.demo.chart.model", "/product.json"));...
View ArticleImport 'sap.ui.comp' for using ValueHelpDialog control
Hello Experts, I'm trying to import the 'sap.ui.comp' library: <script src="https://openui5.hana.ondemand.com/resources/sap-ui-core.js" id="sap-ui-bootstrap"...
View ArticleQ: fireItemPress with sap.m.Table
Hello, I have a problem with the itemPress function in sap.m.Table. The table item contains two icons with press functions (one icon for download and one for delete). What I would like the code to do...
View Articlehow to sort date in ui5 table?
hi, i have used datepicker which is binded with json model and displayed with table.i wanted to sort the dates,is there any method to do it>?thanks and regards.
View Article