pascal benn
Newbie
Posts: 1
Registered: 11/2/2004
Member Is Offline
|
| posted on 11/3/2004 at 07:20 PM |
|
|
how do i get the links in the Tigra menu to open new window
I have got my Tigra menu up and running - great menu BTW. I would like to know how to do the following:
In main menu i have linked to external sites. How can I get these sites to open in a new browser window.
|
|
|
tigra
Administrator
Posts: 1984
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 11/4/2004 at 03:44 PM |
|
|
in item properties you'll find field "TargetName". Insert _blank there.
|
|
|
tegdirbnej
Junior Member
Posts: 4
Registered: 4/17/2006
Member Is Offline
|
| posted on 4/17/2006 at 04:31 PM |
|
|
can't find it T-T
where exactly? sorry for being stupid...but it's urgent and i've looked everywhere for "TargetName" and still can't find it.
thanks.
|
|
|
tigra
Administrator
Posts: 1984
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 4/18/2006 at 02:33 AM |
|
|
this is how you set the target in the menu builder
tigra has attached this image:
|
|
|
tigra
Administrator
Posts: 1984
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 4/18/2006 at 02:34 AM |
|
|
this is how it appears in the configuration file. You can do that manually if you don't use the builder.
tigra has attached this image:
|
|
|
tegdirbnej
Junior Member
Posts: 4
Registered: 4/17/2006
Member Is Offline
|
| posted on 4/18/2006 at 12:59 PM |
|
|
got it :D thanks so much for replying so fast :)
|
|
|
tegdirbnej
Junior Member
Posts: 4
Registered: 4/17/2006
Member Is Offline
|
| posted on 4/18/2006 at 01:38 PM |
|
|
hmmm can't make it work...
var MENU_ITEMS_INFOFOR =[
['Students', null,
['Intranet', 'http://www.student.cccu.hk/', {'tw':'_blank'}],
['E-portal/Blackboard', 'http://www.cityu.edu.hk/cityu/student/index.htm'],
['Email', 'http://email.cityu.edu.hk/student.htm'],
['AIMS', 'https://banweb.cityu.edu.hk/pls/PROD/twgkpswd_cityu.P_WWWLogin']
],
this is part of the code i am having, can you please tell me what is wrong with it? cause it appears like this:
tegdirbnej has attached this image:
|
|
|
tigra
Administrator
Posts: 1984
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 4/19/2006 at 12:56 PM |
|
|
This depends on the version of the menu you use. By item "students" it looks like you use Tigra Menu v1.0, because v2.0 (the one that supports
'tw' parameter) has three properties before subitems. So either upgrade to v2.0 or use targeting method specific to version 1.0. See targeting demo
from http://www.softcomplex.com/products/tigra_menu/tigra_menu_v1.zip You'll have to use menu.js from that demo.
|
|
|
tegdirbnej
Junior Member
Posts: 4
Registered: 4/17/2006
Member Is Offline
|
| posted on 4/21/2006 at 03:34 AM |
|
|
ok, thank you so much, it's working now!
|
|
|