Tag Archives: tabs

Google Map is not properly displayed in a Tabbed Table (HTabs)


If you use google maps inside Tabbed table (HTabs) in any other tab than the first one, google map is not displayed properly.

 

To make this work, you will have to set one setting manually as workaround:
- go to Tab Settings in EZG
- there is Parameters box
- set gmid:x (where x is the number of the tab with google map)


Print  posted by atanas   General tags:  google • maps • tabs   permalink
5 1

How to link to specific tab in a Tabbed Table


to link tab from other page:

 

1. check tabbed table id, you can see id in tabbed table properties dialog, if id is not defined id is : 'tab'

2.Go to the page where you want to create the link.

3.Insert link to the page, containing the tabbed table, and append ?tab=X to the url.

tab = id of tabbed table

X = tab number (tabs numbers start from 1)

Example: ../documents/tabbed_table_page.html?tab=2.

 

to change tab from link on same page as tabbed table:

 

1. check tabbed table id, you can see id in tabbed table properties dialog, if id is not defined id is : 'tab'

2. add hyperlink,

---> select link type : javascript:void

---> in url events, select onclick event and define following event:

tab_tab[0].slideTo(2);

replace tab with id of your tab, and specify tab number (2) in above example


Print  posted by miro   General tags:  tabs • link   permalink
4 4


[home] 1-2 of 2


CATEGORIES



TAGS


RECENT ENTRIES