cancel
Showing results for 
Search instead for 
Did you mean: 

To include a link to an iview in a page.

Former Member
0 Kudos

Hi,

I want to include a link to several iviews in the same page (subscriptions, my tasks ...).

If I include the content of the iview in the page, it is difficult to see so much information.

I think it could be a good idea to include links to the different iviews instead of the content, so it could have a better aspect and it would be easy to see the information. I don't know how to do it, even I don't know if it's possible to do it without developing.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI,

You can use the Link control in HTMLB

<hbj:link

id="link1"

text="Link to google"

reference="JavaScript:window.open('package name.projectname.java file name');"

tooltip="this takes you to:"

/>

or

You can modify the masthead par file and add the links to the masthead.