Portal Tab navigation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 01:47 AM
Hello
I am facing an issue with portal home page, we have different widget that are included in home page and calling widgets as below <li><sp-widget widget="data.widgetidname"></sp-widget></li>
When we go to browser to test via Tab key navigation, some of the widget it works but it does not work for the other widgets , I have tried adding tabindex for the li tags still does not work,
Can anu suggest what can we use here <li><sp-widget widget="data.widgetidname"></sp-widget></li> to navigate Via Tab index
Thanks in Adavnace

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 02:11 AM
Hi @spandana3 ,
Can you add HTML below
<div>
<div>
<sp-widget widget="data.example"></sp-widget>
</div>
</div>
And add Server side code
data.example = $sp.getWidget('anotherwidgetid', {});
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak