Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > pop ups View modes: 
User avatar
Member
Member
pavel.1991-tut - 3/27/2013 3:18:34 AM
   
pop ups
Are there pop ups in Kentico cms? or I should do my own popups?

User avatar
Kentico Support
Kentico Support
kentico_radekm - 3/27/2013 4:51:45 AM
   
RE:pop ups
Hello.

This is quite general question. Yes, there are lot of pop-up windows in Kentico CMS. Typically dialogs.

What exactly you want to achieve, please?

Best Regards,
Radek Macalik

User avatar
Member
Member
pavel.1991-tut - 3/27/2013 5:18:54 AM
   
RE:pop ups
For example, I need after user click any button, there must appear pop up window with iframe inside. Or for example, after user click any button there appear pop up window with registration form inside.

User avatar
Kentico Support
Kentico Support
kentico_radekm - 3/27/2013 7:31:30 AM
   
RE:pop ups
Hello.

Typically, you can create a custom web part with required functionality (http://devnet.kentico.com/docs/devguide/developing_web_parts.htm). Or, you can use JavaScript (jQuery) and open pop-up window when a button is clicked.

Best Regards,
Radek Macalik

User avatar
Member
Member
pavel.1991-tut - 3/27/2013 8:04:49 AM
   
RE:pop ups
Of course I can do all of this, but maybe there are standart solution. You told that there are a lot of pop ups in Kentico. What did you tell about? Where can I see these pop ups?

User avatar
Kentico Support
Kentico Support
kentico_radekm - 3/27/2013 8:17:11 AM
   
RE:pop ups
Hello.

Like I wrote, typically dialogs are pop-up windows. So, when you use some selector, edit web aprt properties, and so on. They are mostly Javascript based. We don't have some tool for pop-up you could connect to anything. So, you may need to handle it via custom JavaScript or custom code, depending on particular scenario.

Best Regards,
Radek Macalik

User avatar
Member
Member
pavel.1991-tut - 3/27/2013 8:44:21 AM
   
RE:pop ups
I'm sorry for my English. Maybe you have technical support in Russian? If I correctly understood you, you have no web part "pop up window" and I must create it myself? Or maybe I did not understand you. I will try to explain one more time what I need. My site must have different dialogs windows. In the administration panel there are a lot of these pop ups window. For example, when you click on page -> properties -> template -> edit template propertis, there appears pop up window. I need pop up window like this.

User avatar
Kentico Support
Kentico Support
kentico_radekm - 3/28/2013 4:55:51 AM
   
RE:pop ups
Hello.

Regrettably, we do not provide support in Russian.

You are correct we do not have some box/web part you could simply apply anywhere and get popup window. If you could send me e-mail to support@kentico.com and refer to this forum thread, we can discuss more in details about particular implementation - where exactly you need it.

Otherwise, you can use general HTML/JS approach and simply create popup windows via window.open command, bound to onclick event or so on. Thank you.

Best Regards,
Radek Macalik