Skip to: Site menu | Main content

Welcome there !

Enjoy your stay here, in this modest space inside the big Internet. Here, you will find mainly geek topics and stuff about computers !

My Webparts Collection

This Sharepoint solution contains a collection of webparts for WSS 3.0 and MOSS 2007 sites.

if you have some ideas of webpart or comments, please use the contact form :)

The solution is released under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 License. For any commercial use or for company branding, please contact me.

Download, forum, bug report are available on codeplex web site.

1/ Document Library Treeview

This webpart is based on the document library webpart and add a treeview navigation (like windows explorer)

In the configuration panel, you can choose what document library you want to display and which view you want to use. From that, the Document Library Treeview will do the rest. The behaviour is exactly the same than the out-of-the-box document library webpart : security trimming, filtering, sorting and so on. This version can support large lists (load is on demand).
This webpart only use controls from the .Net framework 2.0 (that's why the treeview may look crap :p). Code Access Security is defined to run in minimal trust mode so you won't have to change your trust level on the web.config.

This is an upgraded version of the webpart I did for Sharepoint 2003 (version that was shamefully reflector'd by Renaud Comte). Source code is now included in the package ;)

The next version will allow you to choose a list from other sites, will be more web 2.0 (ajax controls ?) and will use CSS.

Screenshots (click thumbnails on the left)

screenshot of the Document Library Treeview webpart

2/ Autorefresh

This webpart automatically refresh the page where it is located. Time interval can be defined as well as if you want to display a count down.

Screenshots (click thumbnails on the left)

screenshot of the autorefresh webpart

Changelog

  • 20 Sep. 2007 : v1.1 :
    • Autorefresh webpart added to the solution.
    • Bug fixes in the treeview library webpart.
  • 20 Aug. 2007 : v1.0 : Initial Release
  •