Stump the Panel Topic: Collapse all in Document library view http://www.endusersharepoint.com/STP/ Paul Grenier, Lead Moderator en Wed, 11 Feb 2009 16:04:15 +0000 Erwin on "Collapse all in Document library view" http://www.endusersharepoint.com/STP/topic/collapse-all-in-document-library-view#post-3390 Tue, 13 Jan 2009 04:18:22 +0000 Erwin 3390@http://www.endusersharepoint.com/STP/ <p>Thanks, works like a charm.</p> <p>Regards,<br /> Erwin </p> AutoSponge on "Collapse all in Document library view" http://www.endusersharepoint.com/STP/topic/collapse-all-in-document-library-view#post-3385 Mon, 12 Jan 2009 22:18:02 +0000 AutoSponge 3385@http://www.endusersharepoint.com/STP/ <p>I fix everything with jQuery these days because, well, I can :)</p> <pre><code>&lt;script src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt; &lt;script type=&quot;text/javascript&quot;&gt; function closeGroups() { $(&quot;img[src=&#39;/_layouts/images/minus.gif&#39;]&quot;).parent().click(); } &lt;/script&gt; &lt;a href=&quot;#&quot; onClick=&quot;this.href=&#39;javascript:closeGroups()&#39;&quot;&gt;Close All Groups&lt;/a&gt;</code></pre> Erwin on "Collapse all in Document library view" http://www.endusersharepoint.com/STP/topic/collapse-all-in-document-library-view#post-3360 Mon, 12 Jan 2009 05:43:33 +0000 Erwin 3360@http://www.endusersharepoint.com/STP/ <p>We have a document library with a view using a grouped by. </p> <p>We would like to make it possible to collapse all expanded records with one click. </p> <p>Does anyone have an idea if this is possible and how we can achieve this.</p> <p>Regards,<br /> Erwin </p>