| 0d8a7f07 | 05-Jun-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Natural Width for Images. |
| 82c6c491 | 05-Jun-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
URL escaped. |
| d62dba2b | 04-Jun-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Update plugin.info.txt |
| 86e52406 | 14-Apr-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Update script.js |
| 8043807c | 14-Apr-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Check for offsetElement before using it. It may not be set. |
| 84a80cec | 07-Apr-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Close Handler + Post Handler
Close Handler will be invoked after a page is being loaded so all close links work again.
The PostHandler is a JavaScript function popupData.postPopupHook(response, pop
Close Handler + Post Handler
Close Handler will be invoked after a page is being loaded so all close links work again.
The PostHandler is a JavaScript function popupData.postPopupHook(response, popupData) - you need to check the response for existence as it will be executed twice - the first time will be before the popupData is actually being submitted to open the popup page.
show more ...
|
| 49c9dafc | 07-Apr-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Use the native load event for images. |
| 12ab764a | 27-Mar-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
improve option for image map and imageflow |
| a8a154eb | 27-Mar-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Add implementation for image map
This allows to have popups inside the image map. |
| ecc7f0a7 | 26-Feb-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Optimize Script and Styles. |
| b7863a37 | 26-Feb-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Optimize Script and Styles. |
| a67a834b | 26-Feb-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Propagate clickhandler only via call of $.popupviewer().propagateClickHandler() within a popupscript. |
| 6747edea | 26-Feb-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Iframe, if loaded has itself via 'this'. |
| 96084443 | 26-Feb-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Rename core function for displaying content. |
| 3fad48d6 | 25-Feb-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Internalize some functions |
| ebaad3b1 | 25-Feb-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Improve height-setting for images. |
| 513fbf54 | 25-Feb-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Add option to enable JavaScript in pages loaded by popupviewer. |
| f5f1fead | 25-Feb-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Add option to enable JavaScript in pages loaded by popupviewer. |
| 886a8c8f | 25-Feb-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Allow only one popupscript per page. |
| efbf612e | 24-Feb-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Add a popupscript tag that allows embedding script into a newly loaded page
This can only be done for direct popup pages, not links and it will run the script in an inner scope. |
| 568f91e8 | 24-Feb-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Improve script for other plugins |
| 0b5af900 | 24-Feb-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Move syntax script for another syntax mode |
| f375a6bb | 21-Feb-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Complete rewrite of the popupviewer for Binky
This one is heavily dependent on jQuery. The previous one was just a quick merger into Binky. The syntax is identical but plugins that used the current
Complete rewrite of the popupviewer for Binky
This one is heavily dependent on jQuery. The previous one was just a quick merger into Binky. The syntax is identical but plugins that used the current version will not work anymore (e.g. imageflow which will receive an update shortly)
show more ...
|
| 3995803e | 18-Feb-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
More jQuery and additional image loading checks for non-image-only content
Otherwise the popup-size might be wrong. |
| b09edcf4 | 16-Jan-2014 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Cleanup + Semicolon missing for compression |