Global Asset Picker - SharePoint
Hi,
Did you get in trouble finding elements through OOB features with hundreds (or thousands) of hundreds of documents/pages? I think this is something everybody meet sooner or later in a SharePoint environment.
I have several opportunities to improve Asset Picker, but the way it is built (based on a Browse & Find instead of Search concept) it was really difficult to hack it and make it globally available.
At the end we got to a scenario with too many custom development to be able to accomplish this solution.
https://msdn.microsoft.com/en-us/library/ms543215.aspx
https://sharepointbergen.blogspot.com/2007/09/modifying-asset-picker-dialog-in.html
https://sharepointkb.wordpress.com/2008/09/10/asset-picker-browse-field-control/
https://blog.mastykarz.nl/adding-new-locations-to-the-look-in-dialog/
So, did I find any other suggestion to improve authoring/editing experience?
Imagine
Been able to Search for content inside MOSS/WSS without moving through several windows, and using search built-in capabilities, just right where you are editing.
Think
A Feature deployed through a Solution package, that contains a delegate control begin included in the Additional Page Header. This control manage a modal css window, that allows the user to search and filter results from a form control.
Create
Options for the "client engine" would be:
- https://sublog.subimage.com/2006/01/01/subModal
- https://www.huddletogether.com/projects/lightbox/
- https://jquery.com/demo/thickbox/
- https://famspam.com/facebox
- https://www.asp.net/AJAX/AjaxControlToolkit/Samples/ModalPopup/ModalPopup.aspx
Personally, I would choose JQuery (even before it was going to be included in VS :))
Adios!