Compare two revisions of: Visualization Tabs and Incremental

... ... @@ -1,3 +1,7 @@
1 +<div class="alert">
2 +This page describes tabs and incremental content in the old <code>genericGWTVisualization</code> environment, which has been superseded by <code>genericJSXVisualization</code>. For current content, see <a href="JSX-Visualization-Tabs-and-Incremental.md">JSX-Visualization-Tabs-and-Incremental</a>. See also <a href="genericJSXVisualization-vs-genericGWTVisualization.md">what changed between the two systems</a>.
3 +</div>
4 +
1 5 To support exercises (where you can ask the user to solve certain problems and then check the solution), you can use a simple tabs and incremental environment.
2 6
3 7 Caution: If a tabs environment contains only one tab, then only the text in the tab is shown.
4 8