Using content tabs in links. #3833
Answered
by
squidfunk
UltraInstinct05
asked this question in
Q&A
-
Is it possible to reference a content tab in a link |
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Apr 23, 2022
Replies: 1 comment 5 replies
-
Nope, not possible. Content tabs are implemented with radio buttons. In order to switch to them on link click I'm pretty convinced JavaScript is mandatory, which might break the logic on slow connections. I'm not sure I want to support something that only works half-way. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
UltraInstinct05
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nope, not possible. Content tabs are implemented with radio buttons. In order to switch to them on link click I'm pretty convinced JavaScript is mandatory, which might break the logic on slow connections. I'm not sure I want to support something that only works half-way.