DST wrote in an earlier msg to the list...
--

See the JSLink Examples portlet.

Here are some examples of links to panes in Velocity:

$jslink.getPaneById("P_12345")
$jslink.getPaneById("Pane_3,SubPane_17")
$jslink.getPaneByName("pane_1")

jslink.getPortletById("P_56789_1234")
jslink.getPortletByName("portlet_2")

To link to another psml page:

$jslink.getPage("myPage")

Or role or group page:

$jslink.getGroup("lab","LabHome")
$jslink.getRole("clerk","ClerkHome")

The default page doesn't require the 2nd parameter

To build other pages, login as admin and go to the Admin Tab, PSML Browser function.
You can maintain all of your PSML resources from there including adding and cloning 
pages.


>>> [EMAIL PROTECTED] 07/16/03 11:54PM >>>
Hello,

  To elaborate further, the About US section contains a menu on the
left, similar to this

About Us
Management Team
Executive Bios
Message

  What I want to do is that when the user clicks on a link in a portlet
on the home pane, he should be forwarded to the 'Message'.

Gokul

On Thu, 2003-07-17 at 12:41, Gokul Poduval wrote:
> Hello,
>    I have a portal where the navigation is done though a tab pane in the
> following fashion
> 
> Home | About Us | etc | etc | Contact Us
> 
>    In the Home Tab, I have 4-5 portlets. One of these portlets requires
> a link which takes me to another tab pane. How can I provide such a link
> ?
> 
> Gokul
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED] 
> For additional commands, e-mail: [EMAIL PROTECTED] 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to