Modal Window

Ei Dar Li Ko Ko asked on August 27, 2015 10:43

I would like to add a pop up modal window when the user click on the view icon in my module. How to implement this? Thanks

Recent Answers


Brenden Kehren answered on August 27, 2015 14:01

It's best to use your own or external javascript library vs. something Kentico has already implemented simply for upgrade/hotfix reasons. There's a chance that any changes Kentico makes could cause breaking changes in your code. I'd check out the jQuery library for modal windows.

1 votesVote for this answer Mark as a Correct answer

Ei Dar Li Ko Ko answered on August 28, 2015 04:26

Thanks for the answer. The custom code will surely affect the main jquery codes but what I want to implement is something similar to the Event Log area. When click on the view icon the pop up event details will be come out. I saw on the Friends module also when click on Add Friend a pop up window come up. Was it possible to achieve this?

0 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on August 28, 2015 05:43

If you're using the out of the box module building functionality, this is already built in, you just need to configure your module correctly.

0 votesVote for this answer Mark as a Correct answer

Ei Dar Li Ko Ko answered on August 28, 2015 05:46

I am using xml file and calling the grid function through there. How to configure the out of box? I am building a custom module. Thank You

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.