Portal Tab navigation

spandana3
Tera Contributor

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

1 REPLY 1

Community Alums
Not applicable

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