WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > User profile Tomek > Forum messages

Tomek

User

Client side plugins action
11.03.2022 15:19

I did it using the method RedirectUrl. args.TransitionInfo.RedirectUrl("https://webcon.com/"); It opens the specified link in a new tab. XD

Client side plugins action
08.03.2022 11:40

I'm still a webcon beginner so i don't really know how to do it. In the addon code I assign a link to some attribute and then create build-in action which uses the link yes? How do you make such actions?

Client side plugins action
07.03.2022 09:56

Thanks for help, but to be precise: using the server (with Webcon) and the certificate uploaded on it, I communicate with another server, which provides me a link that I need to open at the client side.

Client side plugins action
03.03.2022 15:49

Hi, I would like to create an plugin that will open a link in the client side browser. I try using basic .NET method, but the browser starts on the server where Webcon is installing. Would I have to make a separate addon running on the client side? Then how to install such an add-on?