question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Enh. Req. for ObjectPageLayout with useIconTabBar="true"

See original GitHub issue

I would like to propose two enhancement for ObjectPageLayout with useIconTabBar="true":

  • I would like to have an icon as in an IconTabBar. Unfortunately an icon defined in the Button in the customAnchorBarButton is only used with useIconTabBar="false", not with useIconTabBar="true". As a bonus the count display/property like in IconTabBar would be nice.
  • When switching from ObjectPageSection to another ObjectPageSection an event should be fired.

Issue Analytics

  • State:open
  • Created 8 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
DerGuteWolfcommented, Apr 4, 2016

You need to use an

                <customAnchorBarButton>
                    <m:Button icon="sap-icon://hint" text="AAAA"/>
                </customAnchorBarButton>

below

<ObjectPageSection title="AAAA" icon="sap-icon://hint">

but the result is currently no very nice and far from IconTabBar…

Regards, Wolfgang

0reactions
flovogtcommented, Mar 24, 2022

The open part is covered in back log item BGSOFUIPIRIN-1153.

Read more comments on GitHub >

github_iconTop Results From Across the Web

sap.uxap.ObjectPageLayout - Samples - Demo Kit
Object Page sample showing a layout where the navigation is Tab based (one Tab per section) rather than having all of the sections...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found