Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > Call custom page from transformation View modes: 
User avatar
Member
Member
sini.sivasankaran-solarwinds - 6/29/2012 2:33:50 AM
   
Call custom page from transformation
I want to open a custom page (within Stampsitesroot) from a transformation on click of button.

But the path does not work like a regular relative path. Do I need to inherit any CMS class on to the page?

I saw there are some custom classes CMSDesk available.

Please advice.

User avatar
Kentico Support
Kentico Support
kentico_janh - 6/29/2012 5:44:50 AM
   
RE:Call custom page from transformation
Hello,

Please create your links in format with the tilde sign "~" at the beginning of the path. The tilde is resolved into the domain name and the virtual directory if there is any:

<a href="~/Home.aspx">link</a>


Best regards,
Jan Hermann