![]() |
SPSFAQ SharePoint Server Frequently Asked Questions |
|
Customising SharePoint
SPSFAQ030104 - How do I programatically access the Web Storage System? - 0 Comments - stephencummins - Tue, Dec 11th, 2001 - Customisation How to execute a script against the Web Storage System,
read this to get started on that, http://www.outlookexchange.com/articles/glenscales/wssevtar.asp http://www.microsoft.com/mspress/developer/feature/011101.asp SPSFAQ030103 - Is there any tool available to customize the theme of any layout in SharePoint? sbrown@tridec.com - 0 Comments - stephencummins - Tue, Dec 11th, 2001 - Customisation I dont believe that there is a tool, but you can find all css (style sheet)
files in the following place on your server: http://[SERVERNAME]/[WORKSPACENAME]/portal/resources/ There is a .css file for every built-in style that you can use to start from. Then just create a copy and edit the classes you need. Leave it in the resources folder, an you will ust have to write the name of the file (it will automatically look inthe resources folder) when setting the style property on your dashboards. You can also take a look at the global.css - that file sets font setting for the whole workspace. anderbs@microsoft.com SPSFAQ030102 - How can I make sure my new html/asp web part uses the correct style sheet? - 0 Comments - stephencummins - Tue, Dec 11th, 2001 - Customisation Add these lines:
<LINK rel="stylesheet" href="http://servername/workspace/Portal/resources/global.css" /> <LINK rel="stylesheet" href="http://servername/workspace/Portal/resources/spsdash.css" /> SPSFAQ030101 - How do I go straight to the Documents folder from the Doc Library Tab? - 0 Comments - stephencummins - Tue, Dec 11th, 2001 - Customisation How to change?
Modify the TahoeUtils.asp program. Under the CreateAndStartAndCacheQueriesForFolderParts() function change this line: g_strSavedFolderPath = "/" & GetWorkspaceName() to read g_strSavedFolderPath = "/" & GetWorkspaceName() & "/Documents" bushey@mindspring.com Page 24 of 24 - Jump to: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
|
|||||||||||||||||||||||||||||||||||||||||||||||||