jakdept / goki

A markdown based wiki
MIT License
2 stars 0 forks source link

show/hide element #8

Open jakdept opened 9 years ago

jakdept commented 9 years ago

We need to parts for this.


First, we need a way to include a bar so that you can select one of multiple options - like a navagation bar. Only one option from the bar can be selected, and each option enables multiple values.


Secondly, we need a way to split the page into divs, with different tags on each div.


The eventual goal is that we'd have a bar at the top of a page to select CentOS 5, 6, or 7 (or whatever), and a second bar to select Plesk/cPanel/Core Managed/All within there, and it would display stuff based on what options you have - only show stuff relevant to your selections.

We could also do this with easy, medium, and hard - allowing people to see everything, or see only the very basic things.

jakdept commented 9 years ago

going to use {display: name} tags to generate <div's with the stuff I need to do this display/hiding stuff.