<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
 <generator>http://textpattern.com/</generator>
 <title>Textpattern Tips – Write Tab Content Accordion</title>
 <description>Write Tab Content Accordion - comments</description>
 <link>https://textpattern.tips/write-tab-content-accordion</link>
 <atom:link href="https://textpattern.tips/write-tab-content-accordion?f=comment-feed" rel="self" type="application/rss+xml" />
 <pubDate>Sun, 21 Aug 11 11:58:13 +0000</pubDate>

 <item>
     <title>Comment on Write Tab Content Accordion by Mave</title>
     <link><a href="https://textpattern.tips/write-tab-content-accordion#c000979" id="c000979">1</a></link>
     <guid><a href="https://textpattern.tips/write-tab-content-accordion#c000979" id="c000979">1</a></guid>
     <pubDate>Mon, 15 Aug 11 21:43:54 +0000</pubDate>
     <description><![CDATA[<p>Very cool, Gil! Thanks for sharing this. I can think of a few clients who could really benefit from this ease of use.</p>]]></description>
     <content:encoded><![CDATA[<p>Very cool, Gil! Thanks for sharing this. I can think of a few clients who could really benefit from this ease of use.</p>]]></content:encoded>
     <dc:creator>Mave</dc:creator>
 
</item>
<item>
     <title>Comment on Write Tab Content Accordion by Marc Carson</title>
     <link><a href="https://textpattern.tips/write-tab-content-accordion#c000980" id="c000980">1</a></link>
     <guid><a href="https://textpattern.tips/write-tab-content-accordion#c000980" id="c000980">1</a></guid>
     <pubDate>Mon, 15 Aug 11 22:34:12 +0000</pubDate>
     <description><![CDATA[<p>Awesome tutorial Gil! I wonder if it would be possible to create a link at the top of an accordion child list, like &#8220;Create new item here.&#8221; That might be even more convenient for clients.</p>]]></description>
     <content:encoded><![CDATA[<p>Awesome tutorial Gil! I wonder if it would be possible to create a link at the top of an accordion child list, like &#8220;Create new item here.&#8221; That might be even more convenient for clients.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://www.marccarson.com">Marc Carson</a></dc:creator>
 
</item>
<item>
     <title>Comment on Write Tab Content Accordion by Mike</title>
     <link><a href="https://textpattern.tips/write-tab-content-accordion#c000981" id="c000981">1</a></link>
     <guid><a href="https://textpattern.tips/write-tab-content-accordion#c000981" id="c000981">1</a></guid>
     <pubDate>Tue, 16 Aug 11 11:20:56 +0000</pubDate>
     <description><![CDATA[<p>Hey,</p><p>Does anyone know how ul.content_accordion is injected into the wrapping div in the write page? it seems to be this line</p><p>$(&#8217;#page-article td#article-col-1 .content_accordion_wrap&#8217;).load(&#8217;?event=content-accordion .content_accordion&#8217;, function(){</p><p>but I don&#8217;t understand how appending the urlvar &#8216;?event=content-accordion actually injects the code from the tabber template into the table.</p><p>What is ?event used for?</p><p>Thanks,<br>Mike</p>]]></description>
     <content:encoded><![CDATA[<p>Hey,</p><p>Does anyone know how ul.content_accordion is injected into the wrapping div in the write page? it seems to be this line</p><p>$(&#8217;#page-article td#article-col-1 .content_accordion_wrap&#8217;).load(&#8217;?event=content-accordion .content_accordion&#8217;, function(){</p><p>but I don&#8217;t understand how appending the urlvar &#8216;?event=content-accordion actually injects the code from the tabber template into the table.</p><p>What is ?event used for?</p><p>Thanks,<br>Mike</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://cheapwebdesignleeds.com">Mike</a></dc:creator>
 
</item>
<item>
     <title>Comment on Write Tab Content Accordion by Mike</title>
     <link><a href="https://textpattern.tips/write-tab-content-accordion#c000982" id="c000982">1</a></link>
     <guid><a href="https://textpattern.tips/write-tab-content-accordion#c000982" id="c000982">1</a></guid>
     <pubDate>Tue, 16 Aug 11 12:59:17 +0000</pubDate>
     <description><![CDATA[<p>i get it. ?event=name of tab minus tabber-</p>]]></description>
     <content:encoded><![CDATA[<p>i get it. ?event=name of tab minus tabber-</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://cheapwebdesignleeds.com">Mike</a></dc:creator>
 
</item>
<item>
     <title>Comment on Write Tab Content Accordion by Gil Goldshlager</title>
     <link><a href="https://textpattern.tips/write-tab-content-accordion#c000983" id="c000983">1</a></link>
     <guid><a href="https://textpattern.tips/write-tab-content-accordion#c000983" id="c000983">1</a></guid>
     <pubDate>Tue, 16 Aug 11 18:42:10 +0000</pubDate>
     <description><![CDATA[<p>Thanks :)</p><p>.<br><strong>@Marc Carson</strong> &#8211; Yes that can be sweet :)<br>I will see what I can do, one of the others tips that I plan to publish it&#8217;s a one for creating custom sections&amp;categories menus that it&#8217;s kind of the same of your idea.<br>(Hope to publish it this weekend)</p><p>.</p><p><strong>@Mike</strong> &#8211; Yes it&#8217;s the tab name which doesn&#8217;t include the Page/Style prefix (tabber_) of smd_tabber plugin.</p><p><i><strong>?event=content-accordion</strong></i> it&#8217;s the url,<br>and <i><strong>.content_accordion</strong></i> it&#8217;s the class name of the specific selector to grab.</p><p>You can check the jQuery doc page of the <a href="http://api.jquery.com/load/" rel="nofollow"><ins>.load()</ins></a> function.</p>]]></description>
     <content:encoded><![CDATA[<p>Thanks :)</p><p>.<br><strong>@Marc Carson</strong> &#8211; Yes that can be sweet :)<br>I will see what I can do, one of the others tips that I plan to publish it&#8217;s a one for creating custom sections&amp;categories menus that it&#8217;s kind of the same of your idea.<br>(Hope to publish it this weekend)</p><p>.</p><p><strong>@Mike</strong> &#8211; Yes it&#8217;s the tab name which doesn&#8217;t include the Page/Style prefix (tabber_) of smd_tabber plugin.</p><p><i><strong>?event=content-accordion</strong></i> it&#8217;s the url,<br>and <i><strong>.content_accordion</strong></i> it&#8217;s the class name of the specific selector to grab.</p><p>You can check the jQuery doc page of the <a href="http://api.jquery.com/load/" rel="nofollow"><ins>.load()</ins></a> function.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://facebook.com/Gil.Goldshlager">Gil Goldshlager</a></dc:creator>
 
</item>
<item>
     <title>Comment on Write Tab Content Accordion by Gil Goldshlager</title>
     <link><a href="https://textpattern.tips/write-tab-content-accordion#c000987" id="c000987">1</a></link>
     <guid><a href="https://textpattern.tips/write-tab-content-accordion#c000987" id="c000987">1</a></guid>
     <pubDate>Sat, 20 Aug 11 15:25:01 +0000</pubDate>
     <description><![CDATA[<p>For those that doesn&#8217;t have a Facebook account (apparently there are), you can now watch the demo video on Youtube: <a href="http://www.youtube.com/watch?v=9fX8oy3iO0M" rel="nofollow"><ins>Link to the video</ins></a></p><p>Use the &#8220;Expand&#8221; button in the Youtube player (near the &#8220;Full screen&#8221; button) to see the video in it&#8217;s full size (640&#215;480).</p>]]></description>
     <content:encoded><![CDATA[<p>For those that doesn&#8217;t have a Facebook account (apparently there are), you can now watch the demo video on Youtube: <a href="http://www.youtube.com/watch?v=9fX8oy3iO0M" rel="nofollow"><ins>Link to the video</ins></a></p><p>Use the &#8220;Expand&#8221; button in the Youtube player (near the &#8220;Full screen&#8221; button) to see the video in it&#8217;s full size (640&#215;480).</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://facebook.com/Gil.Goldshlager">Gil Goldshlager</a></dc:creator>
 
</item>
<item>
     <title>Comment on Write Tab Content Accordion by Jonathan Stubbs</title>
     <link><a href="https://textpattern.tips/write-tab-content-accordion#c000990" id="c000990">1</a></link>
     <guid><a href="https://textpattern.tips/write-tab-content-accordion#c000990" id="c000990">1</a></guid>
     <pubDate>Sun, 21 Aug 11 11:58:13 +0000</pubDate>
     <description><![CDATA[<p>Video has now been added to this tutorial &#8211; at the end. Thanks to Gil for posting the video.</p>]]></description>
     <content:encoded><![CDATA[<p>Video has now been added to this tutorial &#8211; at the end. Thanks to Gil for posting the video.</p>]]></content:encoded>
     <dc:creator><a rel="nofollow" href="http://jonathanstubbs.com">Jonathan Stubbs</a></dc:creator>
 
</item>

</channel>
</rss>