Releases: Dani3lSun/apex-plugin-apexscreencapture
Releases · Dani3lSun/apex-plugin-apexscreencapture
apex-plugin-apexscreencapture v1.9.5
apex-plugin-apexscreencapture v1.9.4
get proper width/height of elements if JQuery Selector != body
apex-plugin-apexscreencapture v1.9.3
added support for capturing SVG
apex-plugin-apexscreencapture v1.9.2
- fixed a bug there the DOM Selector picked the wrong region
apex-plugin-apexscreencapture v1.9.1
- added option to choose the mime type (PNG or JPEG) of the image which gets saved to DB
apex-plugin-apexscreencapture v1.9
- performance improvements when saving image
- added wait spinner to visualize progress
- fixed error when opening image in new tab in IE
- APEX 5 Demo App:
f613_screen_capture_demo.zip
apex-plugin-apexscreencapture v1.8
- added APEX events to plugin, so you can react with other DA on this
- Events: "Saved to DB" & "Error saving to DB"
- cleaned up js code with own namespace
apex-plugin-apexscreencapture v1.7
- added minified css/js files for normal mode and full files for debug mode
apex-plugin-apexscreencapture v1.6
- performance improvements (removed redundant AJAX call)
- split the clob into a 30k param array (OHS 32k limit for params)
apex-plugin-apexscreencapture v1.5
- removed the save to item functionality
- instead added a AJAX function which saves the resulting image to Database using custom PL/SQL code