<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Wijmo  &#187;  Topic: Wijwizard with clickable tabs or wijtab with next/back Buttons?</title> <atom:link href="http://wijmo.com/topic/wijwizard-with-clickable-tabs-or-wijtab-with-nextback-buttons/feed/" rel="self" type="application/rss+xml" /><link>http://wijmo.com/topic/wijwizard-with-clickable-tabs-or-wijtab-with-nextback-buttons/feed/</link> <description></description> <pubDate></pubDate> <generator>http://bbpress.org/?v=2.0.2</generator> <language>en</language> <item> <guid>http://wijmo.com/topic/wijwizard-with-clickable-tabs-or-wijtab-with-nextback-buttons/#post-6035</guid><title><![CDATA[Wijwizard with clickable tabs or wijtab with next/back Buttons?]]></title><link>http://wijmo.com/topic/wijwizard-with-clickable-tabs-or-wijtab-with-nextback-buttons/#post-6035</link> <pubDate>Wed, 18 Jul 2012 09:38:51 +0000</pubDate> <dc:creator>gent</dc:creator><description> <![CDATA[<p>Hi,</p><p>I basically wand to use the wizard, but I need to enable the tabs for clicking to navigate faster.  I don’t know how to do that. I could use witabs, but then I need the next and back Buttons.</p><p>Kind Regards<br /> Georg</p> ]]> </description> </item> <item> <guid>http://wijmo.com/topic/wijwizard-with-clickable-tabs-or-wijtab-with-nextback-buttons/#post-6041</guid><title><![CDATA[Reply To: Wijwizard with clickable tabs or wijtab with next/back Buttons?]]></title><link>http://wijmo.com/topic/wijwizard-with-clickable-tabs-or-wijtab-with-nextback-buttons/#post-6041</link> <pubDate>Wed, 18 Jul 2012 15:49:56 +0000</pubDate> <dc:creator>abdiasm</dc:creator><description> <![CDATA[<p>You can use the following jQuery to capture the click on the headers and change the Step accordingly :</p><pre class="brush: js">$(document).ready(function () {
            $(&#8220;#wizard&#8221;).wijwizard();
            $(&#8220;li.ui-widget-header&#8221;).each(function (index, elem) {
                $(elem).click(function (args) {
                    var stepIndex = $(&#8220;li.ui-widget-header&#8221;).index(elem);
                    $(&#8220;#wizard&#8221;).wijwizard(&#8216;show&#8217;, stepIndex);
                });
            });
        });</pre><p>Regards<br /> Abdias</p> ]]> </description> </item> <item> <guid>http://wijmo.com/topic/wijwizard-with-clickable-tabs-or-wijtab-with-nextback-buttons/#post-6075</guid><title><![CDATA[Reply To: Wijwizard with clickable tabs or wijtab with next/back Buttons?]]></title><link>http://wijmo.com/topic/wijwizard-with-clickable-tabs-or-wijtab-with-nextback-buttons/#post-6075</link> <pubDate>Thu, 19 Jul 2012 15:26:07 +0000</pubDate> <dc:creator>gent</dc:creator><description> <![CDATA[<p>Thanks. Works perfect!</p> ]]> </description> </item> <item> <guid>http://wijmo.com/topic/wijwizard-with-clickable-tabs-or-wijtab-with-nextback-buttons/#post-13173</guid><title><![CDATA[Reply To: Wijwizard with clickable tabs or wijtab with next/back Buttons?]]></title><link>http://wijmo.com/topic/wijwizard-with-clickable-tabs-or-wijtab-with-nextback-buttons/#post-13173</link> <pubDate>Mon, 13 May 2013 16:52:39 +0000</pubDate> <dc:creator>rlcraven</dc:creator><description> <![CDATA[<p>Hello,</p><p>As follow up to this question, is it possible to allow the user to click the headers for panels that have been previously visited, but not for other panels?  For example, when a panel is shown for he first time, that header would become clickable.</p><p>Thanks!<br /> Randy</p> ]]> </description> </item> </channel> </rss>
<!-- Served from: wijmo.com @ 2013-05-18 09:47:29 by W3 Total Cache -->