Re: How to set default tab in tabstrip
You need to use JavaScript :-) There isn't a property to set this behavior.
View ArticleRe: How to set default tab in tabstrip
you mean to say, location.reload() of javascript? I don't want to use this either. Just trying to find a way if there is something that i can do in the settings RegardsGiri
View ArticleRe: How to delete a record from JSON Object
Hi Robin For setProperty () ......its giving error
View ArticleRe: How to delete a record from JSON Object
?? I don't understand?The error is unrelated; setProperty should set a value/array/object to your model, but this error shows that you are trying to add a UI element to the view which already exists...
View ArticleRe: How to set default tab in tabstrip
no.After you navigate to the view, call setSelectedIndex of your TabStrip
View ArticleRe: How to set default tab in tabstrip
there is nothing in the settings of the control, as I said before
View ArticleRe: How to define CSS Class to change sap.m.table cell value text color
Hi, Now I used below CSS and able to get the color as I require . .columnStyle0.sapMText{padding-top: 1px;font-size: 0.875rem;color: red;font-weight: normal; } Regards,Koti Reddy
View ArticleRe: Filter on Listbox doesn't seem to be working
Using like above causes no error but it just doesn't filter the list, this is quite strange as I'm using the same filter on a table bindrows no issue at all there it filters correctly
View ArticleRe: Using a hierarchy of views, is this a valid approach?
You did not read the whole developer guide huh?Check out the Best Practise tutorial in the developer guide.There you will see the right structure.Each view has its own "file" and each view has own...
View ArticleRe: Fiori Approve Shopping Cart - Item Level Approval
Hello all, We are facing similar issue not being able to approve shopping carts on item level.Only the overall cart can be approved/rejected.Do you know if this functionality has been removed from the...
View ArticleRe: SAPUI5 sends a OPTIONS HTTP Request Method instead of GET
Hi, is this solved? i am having the same issues with my .NET MVC Angular JS application. with CORS, i could able to do plain GET request successfully, and i got the response as expected, but when i add...
View ArticleRe: Fiori: No Model assigned to Service 'SRA_SO_TRACKING_SRV'; assign Model...
Hi, we had the same issue with the Factsheet services (CB_* - services) -> "No Model assigned to service...". After activating the search connectors (ESH search) we were able to activate this...
View ArticleRe: update 1 field - sapui5 with odata service
Hi ,thanks for your reply my Function test in my DetailConroler.jsHow do I can reference my var oModel of conponent.js in DetailController.js?regards
View ArticleRe: Display of Master & Detail page using Split App
Hi NARENDRA ,Plz mark the answer as helpful if it has helped you so that it will help others
View ArticleRe: attachRequestCompleted behaviou
Nils,it looks like you create the new busyDialog object everytime you come into the event handler. so the object busybusy may get duplicate id error or possible a different id assigned by the framework...
View ArticleRe: update 1 field - sapui5 with odata service
But I have a question, from where do you have those code structure? And before asking any questions more, please read SAPUI5 SDK - Demo Kit Dev Guide.
View ArticleRe: SAPUI5 sends a OPTIONS HTTP Request Method instead of GET
Hi Prabhuarul,Your application on the server side must be able to handle the OPTIONS http method and return the http response header "Access-Control-Allow-Origin" defining which origin is allowed to...
View ArticleUI5 deployed as BSP
Hello Folks, I think it is possible but I don't know how to create a UI5 application in Eclipse and then deploy it as a BSP application on AS ABAP. Could someone point me to any information on this?...
View Article