CakePHP-Popup-Plugin icon indicating copy to clipboard operation
CakePHP-Popup-Plugin copied to clipboard

Ajax and Lightbox effect popup plugin for CakePHP

Results 3 CakePHP-Popup-Plugin issues
Sort by recently updated
recently updated
newest added

The HTML generated for close button is wrong. My fix is to change the quotes used on line 34 of elements\popup.ctp from: $onclick = '$("' . $onclick_pre . $id ....

When using jQuery library, there is an extra "#" before the popup fragment. The generated JavaScript is like this: $(document).ready(function(){ $("#...\n\n").appendTo("#popups"); }); My call to Popup->link() is: echo $this->Popup->link('', array(...

I dunno if this is the right place to do this or not but how hard would it be to make this plugin so that it can pop up views...