Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to link tab page on the same confluence page

Sudhir Ramdasi September 22, 2020

I have created confluence page with tab page, inside that there is tab container and within tab container many (child) tab pages. I want to link the tab page into similar tab page structure on the same confluence page. I have given unique id for tab page and using full URL#<tab page id> using link advance option on the same page. But it is not working.

Anyone knows how to link such tab page?

1 answer

0 votes
David at David Simpson Apps
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
September 23, 2020

On Confluence Server, you'll need to create a user macro called something like Click on Tab:

## Macro title: Click on Tab
## Macro has a body: N
## Macro is inline: Y
##
## Developed by: David Simpson / david @ davidsimpson . me
## Date created: 2020-09-23
## Installed by: You (hopefully)
##
## @param Anchor:title=Anchor ID|type=string|required=true|desc=w.g.tab-xyz
## @param LinkText:title=Link Text|type=string|required=true|desc=e.g. Click on tab XYZ

<button onclick="AJS.$('#$!{paramAnchor}').click();" class="aui-button aui-button-link">$!{paramLinkText}<button>

On Confluence Cloud, you are out of luck, I think.

Sudhir Ramdasi September 25, 2020

Thanks for reply. Unfortunately, I don't have access to create a user macro on Confluence server. But guessing that can modify the page source code from where need to access tab page.

Any suggestion?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events