Closed (works as designed)
Project:
Popup
Version:
6.x-3.1
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2010 at 11:09 UTC
Updated:
11 Jul 2015 at 07:07 UTC
Jump to comment: Most recent
Comments
Comment #1
theohawse commented"close-button" documented here: http://drupal.org/node/849296
Comment #2
AlexanderPop commentedGreat. "close-button" works fine. Thanks for pointing.
To use custom text ("close this window" for example) or something else I used code:
<a class="popup-close-button popup-generated-close-button" href="#"><span>close this window</span></a>Comment #3
Scheepers de Bruin commentedComment #4
renthead1978 commentedi'm a little new to coding, i reviewed the page in #2, where would i put the code to close the specific block, that i want to show up as a pop up?
thanks
Comment #5
AlexanderPop commentedin node content which poped up
Comment #6
shivani.gupta commentedHi,
How to add close button if i am using popup block ??
pls help..
Comment #7
user1266 commentedHi also need popup for loginform. i used the drupal model form module. when iclick the login button , it opens login popup and also can able to close the login popup window. but without refresh the page again i tried to opened the pop login page but it not displayed login form its simply loading only.please help.Thanks
Comment #8
user1266 commentedWithout using dupal module how to create login popup programatically. Please help.