Ambiera Forum

Discussions, Help and Support.

Ambiera Forum > WebsitePainter
tabs on a webpage

Charlie
Guest
Quote
2011-04-30 16:41:46

Is it possible with website painter to make a page with different tabs; that is, the page will load but the user cam simply select by tapping the tab to see the appropriate view( or language or other selection) , without needing to reload the page


erik
Registered User
Quote
2011-05-01 09:21:01

You could try to do this yourself by writing it using JavaScript and Layout Containers for the tab content holders. Add a link with Websitepainter to each tab, and select JavaScript. On the click, hide all tabs (=layoutcontainers) and make the one you need visible, with something like this:

document.getElementById('someid').style.display = 'block';
document.getElementById('someotherid').style.display = 'none';


Where someid and someotherid are the ids of the layout containers, which you can see in the HTML code dialog of the containers.


Create reply:


Posted by: (you are not logged in)


Enter the missing letter in: "I?ternational" (you are not logged in)


Text:

 

  

Possible Codes


Feature Code
Link [url] www.example.com [/url]
Bold [b]bold text[/b]
Image [img]http://www.example.com/image.jpg[/img]
Quote [quote]quoted text[/quote]
Code [code]source code[/code]

Emoticons


   






Copyright© Ambiera e.U. all rights reserved.
Privacy Policy | Terms and Conditions | Imprint | Contact