Question
Tab icon for Dynamic Container - pyPortalNav each link click open harness in tab- need to set icon for tab
Hi,
I would like to set icon for each tab opened in dynamic container tab. Let say we have pyPortalNav section. This section is having navigation menu. when My Case link clicks, the My Case tab will open. I want to set some image icon in this tab. If we see My Case Link, there is action to launch harness with New Document option. There is no option for icon set.
I tried the below one, but it is not working.
Iterate Declare_pyDisplay.pyDisplay(Manager).pyUIElements(1) find the correct page item for current tab working on
set pyIconPath ="images/Testt123.gif"
The pyIconPath prop is set. But I could not see icon.
Thanks
Alagar
***Updated by moderator: Lochan to add Category***
Hi
For user portal, the navigation rule responsible to show the items ( like my Work etc ) is pyCaseWorkerNavigation.
When you select the My Work item in the navigation rule, you can see that there is an option to define image for the tab.
Find below the screenshot for a sample i created.