Archive for category doclib

SharePoint – TreeExplorer webpart

Este es un pequeño webpart, a su vez un clásico pero muy útil webpart, que nos permitirá recorrer la estructura de carpetas de una biblioteca de documentos. Por supuesto es para WSS3 y MOSS 2007



¿Por cierto alguien se ha fijado en este botón que ha desaparecido en WSS3 ?


WSS2



 WSS3



La verdad es que aún siendo un simple history.back() era un botón muy útil.


 IdeSeg.SharePoint.WebParts.TreeExplorer.zip (9,19 KB)


Para instalarlo, descomprimir el zip


stsadm -o addwppack -filename IdeSeg.SharePoint.WebParts.TreeExplorer.cab -globalinstall
iisreset


367 Comments

SharePoint – csegDocLibTools beta

I have a stopped project that I want release in the nexts weeks, it’s called csegDocLibTools, this is a webpart to show a explorer like interface in document libraries and adds cut and paste features.


- SharePoint – Making document libraries a bit more explorer-like 
- SharePoint – Making document libraries a bit more explorer-like – csegDocLibTools 


Now here is the beta release, any feedback get will be great.


 csegDocLibToolsWebPart.zip (26,51 KB)


Note: To test this version, open a document library view (example: allitems.aspx) in FrontPage, put the webpart on top of ListViewWebPart and setup the correct properties.

2,322 Comments

SharePoint – Making document libraries a bit more explorer-like – csegDocLibTools

2.- csegDocLibTools properties


Well, there is a preliminary version available, I’m testing it in my production machine and the result at the moment its perfect.



The properties are separated in two groups, the first group, contains the document library on which it works and the webpart if this is attached to one.


 


 


The second group contains the webpart options. The four new options in the context menu, (Copy, Paste, Explore from here and Explore from root). There is also an option to show the files inside of the folder when the tree view is showed and an option to enable and disable the top menu.


3.- Installation


You can put this webpart in any page,  but if you want put it in AllItems.aspx or other view in a document library you need edit the page with fronpage and put it in the top of the document library list view.



If you want test (at moment) beta version please write a comment…

2,450 Comments

SharePoint – Making document libraries a bit more explorer-like

1.- Introducing csegDocLibTools


The past week, looking how to show the missing folder view in document libraries, I had a good idea about how to improve my documents libraries, in this moment I had a clear idea over three things:

First I needed Copy and Paste documents in the library, because this is an essential feature to organize the library. There is a good solution to do from Syntergy, they have a cut and pase webpart.

Second, I needed a folder explorer view, to navigate and view the folder hierarchy (too many years seeing it). There are some free solutions the Renaud Comte treeview webpart is a great solution.


Third, I need a simple interface and installation to add this to a document library that it already exists and integrated with the cut and paste options.


This weekend and some nights this week, I have a new webpart “csegDocLibTools”.


Cut and Paste features


This first feature, is needed, of course documents and folders with your structure and with your metadata. Also I need copy and paste from a document library to another document library (in the same site). By example copy final documents to a new library.



Explorer view


I need a better explorer view than “folders.aspx”  (that in addition this link not exist in document libraries). But an explorer view from root folder in document libraries with many folders can be slow and large to show. And if my explorer view is in a diferent page I lose the context about what I am doing.



 


Interface & Installation


The interface as it is seen, is important when I think in a new application I always use pencil and paper to draw my screens think in the possible problems etc… It is easy to do in the house kitchen.


Them I think in problems as  If I have a context menu with cut and paste, and I copy a file go to an empty folder and oops how I can paste this if I don´t have a context menu… (thanks to Mark Kruger by your first discarded solution, now your sugerence is the final solution)


Some decissions about design are personal decissions, but always we can discuss them. (Everything except the small context menu inside of the document library toolbar that it is fantastic).



About of installation, it would be easy, and what better than a invisible webpart that you can put it in the page.


First of three or four posts.
(1.Introducing) (2.Properties) (3.Installation) (4.Todo List)

2,560 Comments