Skip to content

Commit b8a4b2f

Browse files
author
Rafael J. Staib
committed
Add a new feature to index.html
1 parent 1e67086 commit b8a4b2f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,10 @@ <h3>Features</h3>
7070
<li>Simple Step Manipulation</li>
7171
<li>Multiple wizards in one page</li>
7272
<li>Easy Navigation</li>
73+
<li>State Persistence *</li>
7374
<li>And much more ...</li>
7475
</ul>
76+
<p>* The step position of each individual wizard will be saved into a cookie after a step change, add or remove if saveState is set to <code class="highlight"><span class="kc">true</span></code>. After a refresh the latest active step become active again after initialization.</p>
7577

7678
<h3>Download</h3>
7779
<ul>

tabs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h3>Tabs Example</h3>
6666
<h4>Keyboard</h4>
6767
<section>
6868
<p>What is needed to transform it to a tabs component? Not much. Just override some properties and done.</p>
69-
<pre class="highlight"><code>$(<span class="s2">"#wizard"</span>).steps({
69+
<pre><code class="highlight">$(<span class="s2">"#wizard"</span>).steps({
7070
<span class="c1">// Disables the finish button (required if pagination is enabled)</span>
7171
enableFinishButton: <span class="kc">false</span>,
7272
<span class="c1">// Disables the next and previous buttons (optional)</span>

0 commit comments

Comments
 (0)