blob: b350f8b531bf10f7d98261375a089631672c5f4a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Wicket Examples - component reference</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<span wicket:id="mainNavigation"/>
<h1>wicket.markup.html.tabs.LazyTabbedPanel</h1>
<wicket:link><a href="Index.html">[back to the reference]</a></wicket:link>
<p>
A tabbed panel that switches child panels to reflect the selected tab. Images and css styles are from <a href="http://www.alistapart.com/articles/slidingdoors/" target="_new">this</a> sliding doors article at alistapart.com.
</p>
<p>
Select css style variation: <a href="#" wicket:id="var0">1</a> | <a href="#" wicket:id="var1">2</a> |
<a href="#" wicket:id="var2">3</a> | <a href="#" wicket:id="var3">4</a>
</p>
<p>
<span wicket:id="tabs" class="tabpanel">[tabbed panel will be here]</span>
</p>
<span wicket:id="explainPanel">panel contents come here</span>
</body>
</html>