Blog Archives

SharePoint Content Query Web Part Open New Window

I have five solutions, most of which involve code. The first solution is probably the easiest for you: First solution These MSDN articles tell you how to modify ItemStyle.xsl and add your own CQWP style to it (http://www.microsoft.com/belux/msdn/nl/community/columns/stevenvandecraen/contentquerywebpart.mspx, http://msdn.microsoft.com/en-us/library/bb447557.aspx) You

Tagged with:
Posted in SharePoint

Opening Document Library PDF Items in MOSS 2007 in a New Window

In SharePoint 07 document library do not open PDF files in a new window. When I open the document, the PDF file is opened to same browser session. User often try to close the document by closing the browser and

Tagged with:
Posted in SharePoint

How to modify,remove or disable the buttons in aRTE HiSoftware editor?

1. Find defined.js file under the following location in the SharePoint server, ‘\Inetpub\wwwroot\wss\VirtualDirectories\80\ARTEeditor\editor\_source\internals\defined.js’ 2. The default code in defined.js file is, ARTEConfig.ToolbarSets[“Default”] = [ [‘Source’, ‘-‘, ‘Preview’, ‘-‘], // Removed Templates [‘Cut’, ‘Copy’, ‘Paste’, ‘PasteWord’, ‘-‘, ‘Print’, ‘netSpellCheck’], [‘Undo’, ‘Redo’,

Tagged with:
Posted in SharePoint