Tag Archives: link

How to display Blog/Shop category links on other pages in website


 use this code to add text links for shop/blog/photoblog categories on different page or editable area (even for pages in different project)

 

use insert html and following code :

 

for vertical list:

 < script type="text/javascript" src="../shop/shop.php?category_vlist">< /script >

 

for horizontal list:

 < script type="text/javascript" src="../shop/shop.php?category_hlist">< /script>

 

style of links can be tweaked by adding extra css to page :

for example

.ver_cat_list a{font:11px verdana;color: #c0c0c0;}

or

.hor_cat_list a{font:11px verdana;color: #c0c0c0;}

 


Print  posted by miro   Shop/lister tags:  categories • link • shop • catalog   permalink
3.5 2

How to link to specific slide in slidebar


to link slide from other page:

 

1. Check slide-bar id, you can see id in slide-bar properties dialog

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

3. Insert link to the page containing the slide-bar, and append ?id=X to the url. X = slide number (slide numbers start from 1) and id is slide-bar id

 

Example: ../documents/slidebar_page.html?sl21=2.


Print  posted by miro   General tags:  Slidebar • link   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-3 of 3


CATEGORIES



TAGS


RECENT ENTRIES