<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Main</title><link>https://sourceforge.net/p/jqgridpaste/wiki/Main/</link><description>Recent changes to Main</description><atom:link href="https://sourceforge.net/p/jqgridpaste/wiki/Main/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 16 Aug 2011 19:51:28 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jqgridpaste/wiki/Main/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Main modified by Sean Cusack</title><link>https://sourceforge.net/p/jqgridpaste/wiki/Main/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -32,4 +32,11 @@
 CAVEATS
 ---
 
+This assumes that all tabular data is left-rectified, and that there are no empty cells on lines of their own. Think about parsing rows separated by newlines, and each of them separated by tabs. 
+
+You can grab a square block of things that's missing the last item on a line or two, no problem. But if the first line "starts" on the third column, and then you paste, by the time it gets to the target to paste, there's no information left to say that it starts "on the third column for just that line". Try a few non-square chunks in the example.
+
+MORE CAVEATS
+---
+
 See [JQuery CatchPaste](https://sourceforge.net/p/jqcatchpaste/wiki/Main/).
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sean Cusack</dc:creator><pubDate>Tue, 16 Aug 2011 19:51:28 -0000</pubDate><guid>https://sourceforge.net7677018841261e2e58cb5e285e08cfed9b08f4ca</guid></item><item><title>WikiPage Main modified by Sean Cusack</title><link>https://sourceforge.net/p/jqgridpaste/wiki/Main/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,5 +1,35 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/jqgridpaste/wiki/markdown_syntax/) syntax.
+JQuery Grid Paste
+===
+
+OVERVIEW
+---
+
+This plugin captures tabular data pasted into input fields that are part of tables, and sends the data to the appropriate sibling inputs, mimicking the very basic functionality of pasting a block of cells in Excel.
+
+INSTALLATION
+---
+
+* Copy jquery-gridpaste.js or any specific or minified version of jquery-gridpaste(-x.x.x)(.min).js into your javascript directory
+* Make sure that jquery 1.5.2 or later is somewhere accessible
+* Make sure that jquery-caret 1.02 or later is somewhere accessible
+* Make sure that jquery-catchpaste 1.0.0 or later is somewhere accessible
+* Load jquery-gridpaste and its dependencies:
+    * &amp;lt;script src="jquery-1.5.2.min.js"&amp;gt;&amp;lt;/script&amp;gt;
+    * &amp;lt;script src="jquery-caret.1.02.min.js"&amp;gt;&amp;lt;/script&amp;gt;
+    * &amp;lt;script src="jquery-catchpaste-1.0.0.js"&amp;gt;&amp;lt;/script&amp;gt;
+    * &amp;lt;script src="jquery-gridpaste-1.0.0.js"&amp;gt;&amp;lt;/script&amp;gt;
+* After that, a new $(selector).gridpaste() feature is available
+
+BASIC USAGE
+---
+
+Just apply gridpaste to any inputs that you want to handle the new paste functionality. It will find the closest outer table automatically, and all the surrounding th's and td's with either inputs or textareas in them. No other tags are supported, nor are thead nor tfoot portions of tables.
+
+~~~~~
+$("table.mymagictable input").gridpaste()
+~~~~~
+
+CAVEATS
+---
+
+See [JQuery CatchPaste](https://sourceforge.net/p/jqcatchpaste/wiki/Main/).
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sean Cusack</dc:creator><pubDate>Tue, 16 Aug 2011 19:42:06 -0000</pubDate><guid>https://sourceforge.net4bcfc379b1abc20671b8654c6ed195fdf013c9ff</guid></item><item><title>WikiPage Home modified by Sean Cusack</title><link>https://sourceforge.net/p/jqgridpaste/wiki/Home/</link><description>Welcome to your wiki!

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

The wiki uses [Markdown](/p/jqgridpaste/wiki/markdown_syntax/) syntax.
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sean Cusack</dc:creator><pubDate>Tue, 16 Aug 2011 19:30:50 -0000</pubDate><guid>https://sourceforge.netfa542c602273d247bb36233af46ce854e4e994ab</guid></item></channel></rss>