随笔分类 -  Customize

转:MOSS漫游(3):说说MOSS中的母版页
摘要:MOSS中有两种页面:Site Pages 和Application Pages,他们分别使用不同的母版页,Site Pages 使用的是 Default.master, Application Pages使用的是Application.master。我们下面讨论的主要是针对 default.master的,因为Application.master是不支持被定制的。 Default.master 在安装目录的C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\GLOBAL\目录下,站 阅读全文
posted @ 2010-12-29 22:47 Jason Li 2011 阅读(383) 评论(0) 推荐(0)
转:Code-blocks are not allowed in this file: Using Server-Side Code with SharePoint
摘要:Code-blocks are not allowed in this file: Using Server-Side Code with SharePoint If you use the Microsoft Office SharePoint Designer to add a new page to your site, you will see that it looks just like any other ASP.NET page. Open up your site with the SharePoint Designer, and then go to the Pages 阅读全文
posted @ 2010-12-29 22:35 Jason Li 2011 阅读(512) 评论(0) 推荐(0)
转:How to: Create a Minimal Master Page
摘要:How to: Create a Minimal Master Page One of the first tasks that you must complete when configuring a Microsoft Office SharePoint Server 2007 Web site is to create one or more master pages. A master page contains references to elements that you can share across multiple pages in an Office SharePoint 阅读全文
posted @ 2010-12-29 22:27 Jason Li 2011 阅读(298) 评论(0) 推荐(0)
转:How to create your own custom 404 error page and handle redirect in SharePoint 2007 (MOSS)?
摘要:How to create your own custom 404 error page and handle redirect in SharePoint 2007 (MOSS)? People alway ask how to use their own 404file not found error page vs. the generic one from IE inMOSS environment.The following example catches the 404 error and sends users to a redirect page. Here's the ste 阅读全文
posted @ 2010-12-29 22:18 Jason Li 2011 阅读(263) 评论(0) 推荐(0)
转:Defining Custom Columns in SharePoint – Field Types and Options
摘要:Defining Custom Columns in SharePoint – Field Types and OptionsA common task for SharePoint developers is defining Site Columns (or Fields) as part of a Feature. When defining a field, you need to assign the field a type. I have created this reference table below to help you map between the the 阅读全文
posted @ 2010-12-29 11:19 Jason Li 2011 阅读(843) 评论(0) 推荐(0)