<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: jQuery (mb)Tabset 1.8</title>
	<atom:link href="http://pupunzi.open-lab.com/2009/04/01/mbtabset/feed/" rel="self" type="application/rss+xml" />
	<link>http://pupunzi.open-lab.com/2009/04/01/mbtabset/</link>
	<description>mb.ideas.repository</description>
	<lastBuildDate>Sat, 11 Feb 2012 07:42:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Matteo Bicocchi</title>
		<link>http://pupunzi.open-lab.com/2009/04/01/mbtabset/#comment-10251</link>
		<dc:creator><![CDATA[Matteo Bicocchi]]></dc:creator>
		<pubDate>Mon, 27 Jun 2011 18:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?p=510#comment-10251</guid>
		<description><![CDATA[Hi Swathi,
can&#039;t understand what do you mean...
do you have a public page where to see the issue?

Bye,
Matteo]]></description>
		<content:encoded><![CDATA[<p>Hi Swathi,<br />
can&#8217;t understand what do you mean&#8230;<br />
do you have a public page where to see the issue?</p>
<p>Bye,<br />
Matteo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swathi</title>
		<link>http://pupunzi.open-lab.com/2009/04/01/mbtabset/#comment-10227</link>
		<dc:creator><![CDATA[Swathi]]></dc:creator>
		<pubDate>Mon, 27 Jun 2011 10:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?p=510#comment-10227</guid>
		<description><![CDATA[Hi ,
I have s:file upload tag in my jsp.and one sx:autocompleter tag.
if i change the element in sx:autocompleter the ajax to work.
But the s:file tag is preventing not to work ajax properly.
Can you give me some idea.Pls…..
Im trying this for past one week…..
Thanks in advance.]]></description>
		<content:encoded><![CDATA[<p>Hi ,<br />
I have s:file upload tag in my jsp.and one sx:autocompleter tag.<br />
if i change the element in sx:autocompleter the ajax to work.<br />
But the s:file tag is preventing not to work ajax properly.<br />
Can you give me some idea.Pls…..<br />
Im trying this for past one week…..<br />
Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenneth</title>
		<link>http://pupunzi.open-lab.com/2009/04/01/mbtabset/#comment-7364</link>
		<dc:creator><![CDATA[Kenneth]]></dc:creator>
		<pubDate>Tue, 15 Mar 2011 07:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?p=510#comment-7364</guid>
		<description><![CDATA[If you disable sorting, so the tabs do not be sorted - do you need to have ui.sortable.js as part of the jscript includes? Since I do not want sort, I am wondering if I can make the jscript more compact by not including it.

Thanks,
Kenneth]]></description>
		<content:encoded><![CDATA[<p>If you disable sorting, so the tabs do not be sorted &#8211; do you need to have ui.sortable.js as part of the jscript includes? Since I do not want sort, I am wondering if I can make the jscript more compact by not including it.</p>
<p>Thanks,<br />
Kenneth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: denis</title>
		<link>http://pupunzi.open-lab.com/2009/04/01/mbtabset/#comment-5383</link>
		<dc:creator><![CDATA[denis]]></dc:creator>
		<pubDate>Fri, 24 Dec 2010 01:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?p=510#comment-5383</guid>
		<description><![CDATA[I got it to disable and enable at runtime, the only problem I&#039;m having when I enable it is that it draws and extra container below the original...otherwise, it works...I was hoping there would be a simple solution, but I guess not...]]></description>
		<content:encoded><![CDATA[<p>I got it to disable and enable at runtime, the only problem I&#8217;m having when I enable it is that it draws and extra container below the original&#8230;otherwise, it works&#8230;I was hoping there would be a simple solution, but I guess not&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross Holland</title>
		<link>http://pupunzi.open-lab.com/2009/04/01/mbtabset/#comment-4934</link>
		<dc:creator><![CDATA[Ross Holland]]></dc:creator>
		<pubDate>Thu, 02 Dec 2010 00:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?p=510#comment-4934</guid>
		<description><![CDATA[First can I add to the congratulations! Looks great and really easy to get something up and running. I have two small issues which I hope you can help with. I am building an app which has a main menu of tabs. 
1. Each tab calls a separate php page. Within that page, users can update, sort, select, etc. which requires a post of the page itself. If I implement ajax call as you have done in the demo, it updates every time I select the tab, but if I try and post it brings up the page over my main page. If I implement as non-ajax with a div and an iframe within the div, then the page itself works fine within the iframe, but does not refresh when I re-select the tab. Any thoughts?
2. Is there anyway to prevent clicking another tab until the user has selected either save or cancel on the tab they are on? Otherwise I can see people filling in the form and then navigating away without saving.
Sorry it&#039;s so long, but wanted to give as much as I can since I can&#039;t show it to you directly.
Once again, many thanks for your work, and I hope the answer is easy!
Cheers
Ross Holland]]></description>
		<content:encoded><![CDATA[<p>First can I add to the congratulations! Looks great and really easy to get something up and running. I have two small issues which I hope you can help with. I am building an app which has a main menu of tabs.<br />
1. Each tab calls a separate php page. Within that page, users can update, sort, select, etc. which requires a post of the page itself. If I implement ajax call as you have done in the demo, it updates every time I select the tab, but if I try and post it brings up the page over my main page. If I implement as non-ajax with a div and an iframe within the div, then the page itself works fine within the iframe, but does not refresh when I re-select the tab. Any thoughts?<br />
2. Is there anyway to prevent clicking another tab until the user has selected either save or cancel on the tab they are on? Otherwise I can see people filling in the form and then navigating away without saving.<br />
Sorry it&#8217;s so long, but wanted to give as much as I can since I can&#8217;t show it to you directly.<br />
Once again, many thanks for your work, and I hope the answer is easy!<br />
Cheers<br />
Ross Holland</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marcelo pires</title>
		<link>http://pupunzi.open-lab.com/2009/04/01/mbtabset/#comment-4217</link>
		<dc:creator><![CDATA[marcelo pires]]></dc:creator>
		<pubDate>Mon, 11 Oct 2010 11:10:35 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?p=510#comment-4217</guid>
		<description><![CDATA[to insert jscript or css in smarty -php just use the tag {literal}{/literal} like this
css


    {literal}
        TD    {border: none; font-size: 8pt}
    {/literal}
 

or js(jquery)

{literal}



{/literal}]]></description>
		<content:encoded><![CDATA[<p>to insert jscript or css in smarty -php just use the tag {literal}{/literal} like this<br />
css</p>
<p>    {literal}<br />
        TD    {border: none; font-size: 8pt}<br />
    {/literal}</p>
<p>or js(jquery)</p>
<p>{literal}</p>
<p>{/literal}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matteo Bicocchi</title>
		<link>http://pupunzi.open-lab.com/2009/04/01/mbtabset/#comment-4183</link>
		<dc:creator><![CDATA[Matteo Bicocchi]]></dc:creator>
		<pubDate>Mon, 04 Oct 2010 15:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?p=510#comment-4183</guid>
		<description><![CDATA[Sorry but I don&#039;t know how Smarty works...]]></description>
		<content:encoded><![CDATA[<p>Sorry but I don&#8217;t know how Smarty works&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: waldiwaldi</title>
		<link>http://pupunzi.open-lab.com/2009/04/01/mbtabset/#comment-4177</link>
		<dc:creator><![CDATA[waldiwaldi]]></dc:creator>
		<pubDate>Mon, 04 Oct 2010 10:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?p=510#comment-4177</guid>
		<description><![CDATA[code in tabset, in &lt;a&gt;, in SMARTY don&#039;t work.

How to put in SMARTY?&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>code in tabset, in <a>, in SMARTY don&#8217;t work.</p>
<p>How to put in SMARTY?</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matteo Bicocchi</title>
		<link>http://pupunzi.open-lab.com/2009/04/01/mbtabset/#comment-4028</link>
		<dc:creator><![CDATA[Matteo Bicocchi]]></dc:creator>
		<pubDate>Fri, 17 Sep 2010 20:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?p=510#comment-4028</guid>
		<description><![CDATA[Hi Ken,
you are right, actually thers no callback function for  tab selection...

to solve your problem you can modify mb.tabset.js:
add after line 65:        &lt;code&gt; if ($(this).metadata().onSel) $(this).attr(&quot;onSel&quot;,$(this).metadata().onSel);&lt;/code&gt; 
add after line 90:           &lt;code&gt;var clbk= choosenTab.attr(&quot;onSel&quot;);&lt;/code&gt;
change line 93:           &lt;code&gt;$(&quot;#&quot;+choosenTab.attr(&quot;content&quot;)).slideDown(&quot;fast&quot;, function(){eval(clbk)});&lt;/code&gt;

on your page you can now add as metadata the function you need: &lt;code&gt;class=&quot;tab {content:&#039;cont_1&#039;, onSel:&#039;doSomethingAfterClick(\&#039;param1\&#039;)&#039;}&quot;&lt;/code&gt;

Hope this is clear,
Bye,
matteo]]></description>
		<content:encoded><![CDATA[<p>Hi Ken,<br />
you are right, actually thers no callback function for  tab selection&#8230;</p>
<p>to solve your problem you can modify mb.tabset.js:<br />
add after line 65:        <code> if ($(this).metadata().onSel) $(this).attr("onSel",$(this).metadata().onSel);</code><br />
add after line 90:           <code>var clbk= choosenTab.attr("onSel");</code><br />
change line 93:           <code>$("#"+choosenTab.attr("content")).slideDown("fast", function(){eval(clbk)});</code></p>
<p>on your page you can now add as metadata the function you need: <code>class="tab {content:'cont_1', onSel:'doSomethingAfterClick(\'param1\')'}"</code></p>
<p>Hope this is clear,<br />
Bye,<br />
matteo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://pupunzi.open-lab.com/2009/04/01/mbtabset/#comment-4018</link>
		<dc:creator><![CDATA[Ken]]></dc:creator>
		<pubDate>Fri, 17 Sep 2010 03:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://pupunzi.wordpress.com/?p=510#comment-4018</guid>
		<description><![CDATA[Hi Matteo,
  Nice looking set of tabs.  Simple to implement.  I have a question.  Is there an event that fires or a way to register a callback as the user switches tabs?  I have 5 tabs with forms on each and I would like to set the focus() to the first form field input on the tab as the user switch to it.

Ken]]></description>
		<content:encoded><![CDATA[<p>Hi Matteo,<br />
  Nice looking set of tabs.  Simple to implement.  I have a question.  Is there an event that fires or a way to register a callback as the user switches tabs?  I have 5 tabs with forms on each and I would like to set the focus() to the first form field input on the tab as the user switch to it.</p>
<p>Ken</p>
]]></content:encoded>
	</item>
</channel>
</rss>

