Page 1 of 1

Open a new browser window by Url

PostPosted: 13 Apr 2016 11:00
by Davide
Hello,

is it possible to set the Url TIWCGPanelList.Url property to open a new browser window instead of show the Url link content in the application window ?

Is there any properties to set the "_parent" of the link ?

Thank you,
Davide

Re: Open a new browser window by Url

PostPosted: 13 Apr 2016 18:33
by Alexander Bulei
Hi Davide,

At this moment, it's possible with Intraweb method only:

Code: Select all
WebApplication.NewWindow


but we will implement the property in next beta build ;)

Best Regards.