Elxis CMS Forum

Extensions => Bots and plugins => Topic started by: bledi on December 12, 2013, 13:06:15

Title: Tab Plug In
Post by: bledi on December 12, 2013, 13:06:15
I am trying to create tabs with the Tab Plug In for elxis 4.1, but i can create only One tab, the second tab goes in the new line, below the first one.
How can I create tabs, like in the demo shown?
Appreciate any help.
Title: Re: Tab Plug In
Post by: datahell on December 13, 2013, 09:33:54
Elxis has built-in tabs support.
Check this post (https://forum.elxis.org/index.php?topic=7731.msg49861#msg49861).
Title: Re: Tab Plug In
Post by: speck on December 13, 2013, 10:08:55
here there's an help online
http://elxis4.elxisitalia.com/plugin-for-elxis/tab-plug-in.html

for any tab u want create, u need repeat the command lines of plug-in and insert the content in the single tab beetwen the start / end command lines of plug-in how is explained in online help.
Title: Re: Tab Plug In
Post by: bledi on December 13, 2013, 18:58:51
Ok, thanks, but the code in read in your link has some unnecessary spaces, which makes it not working, probably should be changed.
This is the ready code for 3 tabs together:
<code>{tab action=start}{/tab}</code><div><h5>INSERT_HERE_TAB_TITLE</h5><div class="contenttab"><p>insert_here_your_text</p></div></div><code>{tab action=end}{/tab}</code><code>{tab action=start}{/tab}</code><div><h5>INSERT_HERE_TAB_TITLE</h5><div class="contenttab"><p>insert_here_your_text</p></div></div><code>{tab action=end}{/tab}</code><code>{tab action=start}{/tab}</code><div><h5>INSERT_HERE_TAB_TITLE</h5><div class="contenttab"><p>insert_here_your_text</p></div></div><code>{tab action=end}{/tab}</code>

This will to someone life easer. :-\