TVK5300
Posts: 2
Joined: Wed Sep 21, 2016 4:20 pm

hs.htmlexpand

How to use hs.htmlexpand to show the contents by clicking on a link one after another.
In WordPress I have this page: http://wptest.doskobeveren.be/klassement/, but when I add the html for the second link, always the first content is shown.
TVK5300
Posts: 2
Joined: Wed Sep 21, 2016 4:20 pm

Re: hs.htmlexpand

I found the solution by using this:

Code: Select all

<p style="font-weight: bold; font-size:120%; text-align: center;"><a href="file1" onclick="return hs.htmlExpand(this, { objectType: 'iframe', width: '900', } )">
                        	Klassement 2015-2016...
                        </a></p>
                        <p></p>
                        <p style="font-weight: bold; font-size:120%; text-align: center;"><a href="file2" onclick="return hs.htmlExpand(this, { objectType: 'iframe', width: '900', } )">
                        	Klassement 2014-2015...
                        </a></p>

Return to “Highslide JS Usage”