Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > Using Modal Popup with Selected Item Transformation View modes: 
User avatar
Member
Member
Jeff Gow - 12/4/2012 12:05:19 PM
   
Using Modal Popup with Selected Item Transformation
Has anyone ever successfully implemented the AJAX - Modal Popup in a transformation?

From what I can tell about how transformations are set up, I'm not likely able to do this, but before I throw in the towel for good - I just wanted to check here.


User avatar
Certified Developer v7
Certified  Developer v7
Bourne - 12/10/2012 11:46:30 PM
   
RE:Using Modal Popup with Selected Item Transformation
Where's your obstacles?

User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 12/15/2012 6:22:54 PM
   
RE:Using Modal Popup with Selected Item Transformation
Hello,

Could you please let me know, what code/approach isn't working for you? What do you want to achieve? Transformations render HTML code to the page and you also can use .NET controls in ASCX transformations, so they are pretty flexible.

Best regards,
Boris Pocatko

User avatar
Member
Member
sai1homeo-gmail - 4/10/2013 3:15:50 PM
   
page as a pop up
Hi,
I have a page and I wanted to open it as a modal pop up with the help of web part.Please help not able to find the way.

User avatar
Kentico Support
Kentico Support
kentico_janh - 4/11/2013 2:52:32 PM
   
RE:page as a pop up
Hello,

You can switch to the Properties tab on a document you want to let open in a popup window and in the Navigation section please select the Javascript command in the Menu action subsection and fill it with an alias path or a full url of target page:

window.open('Home.aspx', '_blank', 'width=800,height=600');return false;
or
window.open('http://domain.com/Home.aspx', '_blank', 'width=800,height=600');return false;


Best regards,
Jan Hermann