diff ireport_jquery.js @ 4:a4813532bbc6 draft

Added MarkDown support
author saskia-hiltemann
date Tue, 07 Oct 2014 08:41:30 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ireport_jquery.js	Tue Oct 07 08:41:30 2014 -0400
@@ -0,0 +1,24 @@
+$(function() {
+   $("#tabs" ).tabs();
+   });
+   $(function() {
+    $(".resizable" ).resizable();
+   });
+   $(document).ready(function(){
+    $('.zoomme').zoom();
+    $('#ex2').zoom({ on:'grab' });
+    $('#ex3').zoom({ on:'click' });
+    $('#ex4').zoom({ on:'toggle' });
+    $('.fancyiframe').iFrameResize({
+     heightCalculationMethod: 'max',
+     minHeight: 250,
+     scrolling: true,
+     checkOrigin: false,
+     bodyMargin: 15
+    });
+    $('.unfancyiframe').iFrameResize({
+     heightCalculationMethod: 'max',
+     scrolling: false,
+     checkOrigin: false
+    });
+   });
\ No newline at end of file