Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Elxis documentation
for users and developers.
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Bots and plugins
»
Tab Plug In
« previous
next »
Print
Pages: [
1
]
Author
Topic: Tab Plug In (Read 5202 times)
bledi
Full Member
Posts: 244
Tab Plug In
«
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.
Logged
datahell
Elxis Team
Hero Member
Posts: 10356
Re: Tab Plug In
«
Reply #1 on:
December 13, 2013, 09:33:54 »
Elxis has built-in tabs support.
Check this post
.
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
speck
Elxis Community
Sr. Member
Posts: 348
Re: Tab Plug In
«
Reply #2 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.
«
Last Edit: December 13, 2013, 17:05:13 by speck
»
Logged
bledi
Full Member
Posts: 244
Re: Tab Plug In
«
Reply #3 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.
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Extensions
»
Bots and plugins
»
Tab Plug In