SharePoint - Playing with csegScript
Some users of csegRollUp2 ask to me how to get the complete list of fields for a list, remember that you can use the internal names with csegRollUp. Now you can use csegScript to show all fields and types of any list.
Change the red code with the name of your list, and put the webpart in the site where the list is stored.
I am working in three webparts for handling alerts in Sharepoint, as advance here is first of them.
csegUserListsAlerts
This webpart shows
A drop-down list with all the lists of the Web site in where it is located.
The name of the current user
One lists with all the users of the Web site
The alerts for the selected list
You can do:
Eliminate the selected alert Eliminate all alerts for the current list Add alert to selected users (specify type and frecuency) Add alerts to all users
Some people ask me about samples of transformations, XSL to use with the csegRollUp webpart. First of all, I adopted XSL because it is the best way to customize any webpart.
I’m using mainly XMLSpy in work, but those days in my laptop I’m using too a freeware application to edit XSL called “cooktop” written by Victor Pavlov, it is a xsl, xpath and dtd editor, you can use the XML debug output from csegRollUp and test your XSL.
First, once again many thanks to all you for your kind commentaries about csegRollUp.
Sorry for being so late but I have had a lot of work last days, and nights are so short…
Fixes
For users with problems in sites with ports diferents to 80, I must say that all tests of this new version have been done with a server installed in the port 1000 and all them have run correctly.
Thanks to Henrik, Raphael, André, Klaus and Mario for your comments.
Fixed/Improvements
Add support to display custom attributes in results view.
Fix the query string parameters
Fix empty Hilight color
Hilight keywords in document title and author
Parser optimization and autofix
Operation
Webpart will transform the keywords into sharepoint joining the words with the nexus AND as in google. Internally csegSearch uses a parser engine that tries to correct the syntax of queries.
csegSearch – Adds google type searches to your Sharepoint site – boolean searches
This webpart allows to make searches GOOGLE type in sharepoint.
In the first place I would like to thank Mattiew Cosier since to a large extent I have been inspired by his work. And Gustavo to test the webpart in your systems.
This webpart is a subclass of the webpart included in sharepoint called SearchResults. Baically, csegSearch transforms the keywords and gives them the correct syntax to be used with the predicate CONTAINS of the Sharepoint searches..
Uno de los problemas con los que me he encontrado cuando se cargan documentos html en una biblioteca de documentos es que cuando Sharepoint indexa el contenido de dichos documentos, al cárgalos se pierde toda la estética del portal, esto también ocurre cuando abrimos los documentos desde una biblioteca de documentos.
Por lo general estos documentos los cargamos dentro de un webpart de contenido para que el usuario pueda navegar por estas páginas de manera que lo ideal sería que el documento se visualizará en el site del cual proviene.