Quantcast
Channel: NBStore Discussions Rss Feed
Viewing all articles
Browse latest Browse all 4081

New Post: What about multiple tabs for produtc description?

$
0
0
You are working fine. It's a demo template to understand extra field usage.
To add a simple multi tab try to use the next code (it's only an example!)
productxmldata.template
RichText : [<tag id="Tab1" type="dnntexteditor" height="400" width="600" />]
RichText : [<tag id="Tab2" type="dnntexteditor" height="400" width="600" />]
RichText : [<tag id="Tab3" type="dnntexteditor" height="400" width="600" />]
productdetail.template
<link href="http://blogs.sitepointstatic.com/examples/tech/css3-target/tabs.css" media="all" type="text/css" rel="stylesheet">
    <article class="tabs">
        <!-- tab 1 -->
        <section id="tab1">
        <h2><a href="#tab1">Tab 1</a></h2>
        [TAG:XMLDATA:genxml/edt/Tab1]
        </section>
        <!-- tab 2 -->
        <section id="tab2">
        <h2><a href="#tab2">Tab 2</a></h2>
        [TAG:XMLDATA:genxml/edt/Tab2]
        </section>
        <!-- tab 3 -->
        <section id="tab3">
        <h2><a href="#tab3">Tab 3</a></h2>
        [TAG:XMLDATA:genxml/edt/Tab3]
        </section>
    </article>

Viewing all articles
Browse latest Browse all 4081

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>