Re: Concatenate multiple attributes into 1 field
Angel, Thanks for the reply. Seems like I was wrong about the max length, I just tried with char2000 and it works Kind Regards, RW
View ArticleRe: sap.ui.table.Table.addRow(): The control manages the rows aggregation....
Venkatesh, this works when using a model. However, I want to add the rows via XML view. No model, no JavaScript. RegardsTobias
View ArticleHow does UI5 Hides Object's prototype property ? !!!!!!!
Hey All, I'm just wondering how UI5 hides Javascript Object's prototype property !! I was just playing around with UI5 controls and encountered this. Created a method 'Move' in the prototype of...
View ArticleRe: Load Dialog on Startup
Hi Rohit, onInit: function() { this.openDialog(); },this coding will definitely not work, because "openDialog" is a method of your view. The above coding would only work, if "openDialog" is a...
View ArticleRe: Column filter case insensitive
Hi Thibaud,unfortunately not yet. Currently I've a lot work to do for another project, hence I've to postpone this problem for another few weeks. But I'm still on it and I will keep you up to date....
View ArticleRe: Load Dialog on Startup
Your variable "oDialog1 " is defined in method "createContent" and therefore not visible in your method "openDialog ". To avoid this error, you could enhance your method with a parameter: openDialog :...
View ArticleGoogle Map Events
In SAPUI5 i created a view which contains a Google Map in a panel and a marker(image) in a matrix layout,now i am able to drag that marker on the map,in such a way that when i drag the marker on to the...
View Articleunable to bind the combo box in table
Hi, i have 2 tables 1) address Table 2) Shipment Table in Shipment table i have one combo box column, which is bind to address model from the first table on first time the address model has one...
View ArticleRe: Query in creating a custom control
Hi Venkatesh, Thanks for the reply. I tried that too, but it didn't work.
View ArticleRe: How does UI5 Hides Object's prototype property ? !!!!!!!
Hi there, I've no idea whats wrong, but I just tested the code in my local browser (FF latest version) and it doesn't work there too:
View ArticleRe: Load Dialog on Startup
You can use this.getView().openDialog() to call this method.
View ArticleRe: Change the font size of SAP Ui5 Panel , heading
Hi Sakthivel, thank you it solved the problem of font size of panel heading how did you know that class is sapUiTvH5when i see style in chrome i don't find this classhow to know which SAP style class...
View ArticleRe: Data binding working ... now a question about the variables
Tried ... myHeader.rerender(); Still no luck. -Mike
View ArticleRe: Change the font size of SAP Ui5 Panel , heading
Hi Namita, You can do margin-left to attain it. check this, I've added a new css class and added to the button. JS Bin - Collaborative JavaScript Debugging</title> <link...
View ArticleRe: Change the font size of SAP Ui5 Panel , heading
Hi Sakthivel, You are correct but i want the text field in header area as in following image.....2) The class sapUiTvH5 changes the heading of other layouts too like Matrix layout etc....i just want to...
View ArticleRe: Change the font size of SAP Ui5 Panel , heading
1.You can't add a text field to the header. But to achieve this, add it to the content and adjust the css of text field such that it sits in the header.2. yeah, better create a new class and add it to...
View ArticleRe: Data binding working ... now a question about the variables
Hi Mike, check out my snippet, http://jsbin.com/mijawibo/1/edit I've somehow managed to get it regardsSakthi
View ArticleRe: Data binding working ... now a question about the variables
Sakthivel, I can try your example, but I would like to point out something I mentioned earlier in this thread. I am binding my model to a list, then the header is part of a custom list item in that...
View ArticleRe: Data binding working ... now a question about the variables
Still you can do , list.getModel().getProperty() .
View Article