<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Documentations</title><link>https://sourceforge.net/p/zoomse/wiki/Documentations/</link><description>Recent changes to Documentations</description><atom:link href="https://sourceforge.net/p/zoomse/wiki/Documentations/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 10 Jun 2012 22:19:06 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/zoomse/wiki/Documentations/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Documentations modified by Syuaa SE</title><link>https://sourceforge.net/p/zoomse/wiki/Documentations/</link><description>&lt;pre&gt;--- v4
+++ v5
@@ -3,7 +3,7 @@
 
 About
 ---
-ZoomSE is a image zoomer plugins for jQuery. It is always simple and easy to use. Customizeable and still lightweight. 
+ZoomSE is an image zoomer plugins for jQuery. It is always simple and easy to use. Customizable and still lightweight. 
 
 Usage
 ---
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Syuaa SE</dc:creator><pubDate>Sun, 10 Jun 2012 22:19:06 -0000</pubDate><guid>https://sourceforge.net7ed6b8b1268e84594e2a7d9df7ba9fbd6ba78442</guid></item><item><title>WikiPage Documentations modified by Syuaa SE</title><link>https://sourceforge.net/p/zoomse/wiki/Documentations/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -63,3 +63,7 @@
 ---
 I've no idea for this. Just tell me if you want to contribute what ever you want.
 You may want to fix same bug, or creating logo for this simple ZoomSE or creating demo page, or and more another 'or'. 
+
+Demo
+---
+http://demo.syuaa.net/ZoomSE/
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Syuaa SE</dc:creator><pubDate>Sat, 09 Jun 2012 12:21:37 -0000</pubDate><guid>https://sourceforge.net82c2e7306af21e2d5da9d3e0146f27b78358c4ae</guid></item><item><title>WikiPage Documentations modified by Syuaa SE</title><link>https://sourceforge.net/p/zoomse/wiki/Documentations/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -1,26 +1,37 @@
+ZoomSE Documentations
+===
+
 About
-===
+---
 ZoomSE is a image zoomer plugins for jQuery. It is always simple and easy to use. Customizeable and still lightweight. 
 
 Usage
-===
+---
 Download source.
+
 Add jQuery.js ( tested on jQuery 1.5.1 ), and ZoomSE.js or ZoomSE.min.js to your path and add them in your HTML :
+
 ~~~~~~
 &lt;script type="text/javascript" src="path/to/jQuery.js"&gt;&lt;/script&gt;
 &lt;script type="text/javascript" src="path/to/ZoomSE.js"&gt;&lt;/script&gt;
 ~~~~~~
-Add same image(s) : 
+
+Add same image(s) :
+
 ~~~~~~
 &lt;img src="spongebob.jpg" alt="Spongebob" id="spongebob"/&gt;
 ~~~~~~
+
 If you want to use default style zooming by ZoomSE, just call ZoomSE to your image : 
+
 ~~~~~~
 &lt;script type="text/javascript"&gt;
     $("#spongebob").ZoomSE();
 &lt;/script&gt;
 ~~~~~~
+
 Or you can use your own options : 
+
 ~~~~~~
 &lt;script type="text/javascript"&gt;
     $("#spongebob").ZoomSE({
@@ -28,3 +39,27 @@
     });
 &lt;/script&gt;
 ~~~~~~
+
+
+Options
+---
+* __width__, _Integer_, Default 20%. &lt;br/&gt;(int)px to resize image width to (int)px.&lt;br/&gt;(int)% to increase image width by (int)%.
+* __height__, _Integer_, Default 20%. &lt;br/&gt;(int)px to resize image height to (int)px.&lt;br/&gt;(int)% to increase image height by (int)%.
+* __speed__ _Integer|Const_, Default "fast".&lt;br/&gt;Any integer, String "fast", String "slow".
+* __afterZoomIn__( _jQuery_ ), _Function_.&lt;br/&gt;Function to execute after zoom in.&lt;br/&gt;Parameter 1 : Object jQuery current image.
+* __afterZoomOut__( _jQuery_ ), _Function ]_.&lt;br/&gt;Function to execute after zoom out.&lt;br/&gt;Parameter 1 : Object jQuery current image.
+* __ZoomInStyle__, _Object_.&lt;br/&gt;Image style after zoom in. This is Array Object. Image will keep this style on zoom out, so you will neet to redeclare style on zoom out.
+* __ZoomOutStyle__, _Object_.&lt;br/&gt;Image style after zoom out. This is Array Object. Image will keep this style on zoom in, so you will neet to redeclare style on zoom in.
+* __caption__, _Boolean_. Default false.&lt;br/&gt;Show image caption. True to show image caption. Caption taken from alt image attribute.
+* __captionStyle__, _Object_.&lt;br/&gt;Custom style for image caption. This is Array Object.
+* __captionAnimIn__( _jQuery_ ), _Function_.&lt;br/&gt;Custom animation to show caption, default is just appear without any animation. Default css image caption is _display: none;_, your function need to show them up.&lt;br/&gt;Parameter 1 : Object jQuery current image caption.
+* __captionAnimOut__( _jQuery_ ), _Function_.&lt;br/&gt;Custom animation to hide caption, default is just disappear without any animation. Your function need to hide them by set caption style to _display: none;_.&lt;br/&gt;Parameter 1 : Object jQuery current image caption. 
+
+License
+---
+ZoomSE is released under the MIT license.
+
+Contribute
+---
+I've no idea for this. Just tell me if you want to contribute what ever you want.
+You may want to fix same bug, or creating logo for this simple ZoomSE or creating demo page, or and more another 'or'. 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Syuaa SE</dc:creator><pubDate>Sat, 09 Jun 2012 07:15:20 -0000</pubDate><guid>https://sourceforge.net6e21881cf54c401e3b3761d0e2713afe56bee28b</guid></item><item><title>WikiPage Documentations modified by Syuaa SE</title><link>https://sourceforge.net/p/zoomse/wiki/Documentations/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,30 @@
-Welcome to your wiki!
+About
+===
+ZoomSE is a image zoomer plugins for jQuery. It is always simple and easy to use. Customizeable and still lightweight. 
 
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/zoomse/wiki/markdown_syntax/) syntax.
-
-[[project_admins]]
-[[download_button]]
+Usage
+===
+Download source.
+Add jQuery.js ( tested on jQuery 1.5.1 ), and ZoomSE.js or ZoomSE.min.js to your path and add them in your HTML :
+~~~~~~
+&lt;script type="text/javascript" src="path/to/jQuery.js"&gt;&lt;/script&gt;
+&lt;script type="text/javascript" src="path/to/ZoomSE.js"&gt;&lt;/script&gt;
+~~~~~~
+Add same image(s) : 
+~~~~~~
+&lt;img src="spongebob.jpg" alt="Spongebob" id="spongebob"/&gt;
+~~~~~~
+If you want to use default style zooming by ZoomSE, just call ZoomSE to your image : 
+~~~~~~
+&lt;script type="text/javascript"&gt;
+    $("#spongebob").ZoomSE();
+&lt;/script&gt;
+~~~~~~
+Or you can use your own options : 
+~~~~~~
+&lt;script type="text/javascript"&gt;
+    $("#spongebob").ZoomSE({
+        // any options here
+    });
+&lt;/script&gt;
+~~~~~~
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Syuaa SE</dc:creator><pubDate>Sat, 09 Jun 2012 06:56:00 -0000</pubDate><guid>https://sourceforge.net1809527331d67b54b8421ecf3e8761b9fe349640</guid></item><item><title>WikiPage Home modified by Syuaa SE</title><link>https://sourceforge.net/p/zoomse/wiki/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/zoomse/wiki/markdown_syntax/) syntax.

[[project_admins]]
[[download_button]]
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Syuaa SE</dc:creator><pubDate>Sat, 09 Jun 2012 06:40:40 -0000</pubDate><guid>https://sourceforge.net60cb5ff270e38954a34f9f7a73ff26ffd9205cf1</guid></item></channel></rss>