Skip to Content
0
May 29, 2020 at 09:27 PM

SAP UI5 Object List item with "title" as hyperlink

1088 Views

Please suggest Object List Item "title" with hyperlink and on click of it, should navigate to some url in a new tab. < <List items="{ path: 'sonarReport>/measures' }" id="sonarRepId" mode="SingleSelectMaster" selectionChange="onChange" updateFinished="onFinsihed">


                    <ObjectListItem icon="{sonarReport>imageL}" **title="{sonarReport>value}"** type="Active" >
                        <attributes>
                            <ObjectAttribute text="{sonarReport>metric}"></ObjectAttribute>
                        </attributes>
                        <firstStatus>
                            <ObjectStatus title="{sonarReport>state}" icon="{sonarReport>image}" state="Success"></ObjectStatus>
                        </firstStatus>
                    </ObjectListItem>

            </List>