Downloads
Download tar.gz
26.43 KB
MD5: 4d9ef99ffaf8f3425f14b6984821ae6c
SHA-1: 520ebd24fcb0a6a872ecea26c71ecdfbd221565b
SHA-256: 8ab4b05ce31dd3d63b6b37d1f019e86ff39acf0295bc2f3357f7b751ae100a03
Download zip
32.3 KB
MD5: a1b17579292202929b5bc4b7e9e23c41
SHA-1: 1fc5225f8f1ea1793892c9bc9184caa635e24889
SHA-256: 1d88527561f051bdbc0bfae689d6516ce7543493e4ee6dbac61d020916ac2c87
Release notes
Changes since Modal Frame API 6.x-1.5
Release notes:
- This is a quick release to deploy a few new features and a quite simple performance enhancement that makes Modal Frames load faster.
- There's no need to run update.php to upgrade. Just make sure your javascript caches are cleared. You should also rebuild your theme registry.
- You may also want to check out the new Modal Frame Contrib Package. It comes with a few mini-modules that implement Modal Frames here and there.
Features:
- Transform function triggerParentEvent() into a method of the modalFrameChild object, so it can be easily reused.
- Added onLoad option to client-side modal frame (callback to invoke when the child document in the modal frame is fully loaded).
- Package name replaced from "User interface" to "Modal frame", because we now have the modalframe_contrib package that provides a few modules that implement Modal Frame API for common day to day tasks.
- Added onLoad event handler for the iframe element to catch up bugs in server-side of child processing when modalframe_child_js() is not invoked.
- Added Drupal.theme('modalFrameThrobber') as a helper theme function that can be reused elsewhere.
- Performance enhancement: prevent template_preprocess_page() from generating sidebar blocks when a modal frame has been requested.