Nested Navbar on Character Sheet
Thanks to @mxzf I was able to get a nested navbar to show, but none of the data is being displayed that should be. I am not sure where I am tripping up. This is what the sheet looks:
4 Replies
@acekokuren gave LeaguePoints™ to @mxzf (#327 • 1)
The html for the basic tab is:
I have this set up in the nested navbar:
And the default options inside character-sheet.js:
I think you need to wrap the tab divs in a section, like
<section class="skills-list">
, so that it knows what HTML block to replace with the contentHmm, no change.
I am not sure if something is mistyped or I'm missing something fundamental
I found it
I realised what you meant now
I am an idiot
I put it in every other place except where it was needed