Closed scottkellum closed 9 years ago
Worked on this: https://github.com/scottkellum/modularscale/commit/b382d6bb91997550a46b1e3576f36cb236f74b1c
We talked about making it opt-in ... so I display-none'd all the .helptext
and dropped a button up top. My idea is that the button can reveal the help text. Links in each bit of help text will lead to the About pane — how do I format that link so it activates the About pane?
href="javascript:msPanel('about');"
will activate the about pane.
You can plug in calc
, output
, or about
into that to activate whatever pane you want.
UPDATE:
This will get you to the about panel, just plug in the anchor ID and it will take you right to that section in the about panel.
href="javascript:aboutA('howto');"
I think this is done, and we just need to work on the about section now?