07 2010 档案
摘要:SPFieldType为一个字段指定数据类型,主要是在我们新建列的时候,才能使用到。AllDayEventSpecifies an all day event. Corresponds to the SPFieldAllDayEvent class and to the AllDayEvent field type that is specified on the Field element. V...
阅读全文
posted @ 2010-07-26 13:14
icedog
摘要:Colorbox 媲美 FancyBox 的 Lightbox 效果 之前用過了不少的 Lightbox 後來是有一陣子都使用 FancyBox 但是最近發現了這一套 Colorbox 實在是讓我驚艷,不但檔案小效果多而且和 IE6 配合的還不錯,真是大力的推薦。 檔案名稱:Colorbox官方網站:http://colorpowered.com/colorbox/檔案版本:1.3.6來簡介一下為...
阅读全文
posted @ 2010-07-25 23:20
icedog
摘要:You can do it much easier way by tweaking URL. Just make it look like,newForm.aspx?ToolPaneView=2&PageView=Personaland you will be in Edit Mode for the page. No need to go to Designer.catch here f...
阅读全文
posted @ 2010-07-22 12:03
icedog
摘要:http://msdn.microsoft.com/zh-cn/library/dd547590.aspx在 Visual Studio 中,可以创建“Web 应用程序项目”或“网站项目”。每种类型各有优缺点,必须了解它们之间的差异,才能选择最佳类型。创建项目之前,选择合适的项目类型十分重要,原因是从一种项目类型转换到另一种项目类型并不容易。说明在某...
阅读全文
摘要:Everyone and their brother shows you the quick and dirty method on how to add an event receiver to a list. Not many people show you how to remove them (Not even some of the Microsoft Press books&helli...
阅读全文
posted @ 2010-07-16 17:16
icedog
摘要:Programmatically modifying the item-level permissions in a list involves manipulation of the Role Assignments collection for that item.This example shows how to remove a specific role definition from ...
阅读全文
摘要:Here is a piece of code (a function) to set Item Level Permission. You can use it as a Web Method in a custom Web Service. Thismethod can be used from Applications outside of SharePoint, provided the ...
阅读全文
posted @ 2010-07-14 00:55
icedog
摘要:I was writing a workflow using SharePoint designer wherein at certain steps tasks were getting created and assigned to different user. But the problem with that was that any user having appropriate ri...
阅读全文
posted @ 2010-07-14 00:52
icedog
摘要:Using the UI, it is quite easy to add and remove users. (Note: You must make sure the column allows multiple selections to add more than one user). But how would this be done programmatically using th...
阅读全文
posted @ 2010-07-13 09:49
icedog
摘要:Have you come across a situation, where you get a URL and you need to identify what object type is this: SPSite, SPWeb, SPList, SPFolder, SPListItem or SPFile? I faced this multiple times. Recently, I...
阅读全文
摘要:SharePoint - Register an assembly as a safe control in the Web.config file In order for you to use your own custom assembly with your web parts and other little bits, you will need to add your safe co...
阅读全文
posted @ 2010-07-08 00:17
icedog
摘要:Customization of SharePoint list menu item – Part 1 add Custom ActionItemPosted by chrissyz on June 6, 2009It has been a while since last time I blogged. And I do feel bad about being ignorant o...
阅读全文
posted @ 2010-07-06 23:37
icedog
摘要:Custom Actions - Simple Steps to Add Your Touch to Site ActionsWSS 3.0 and MOSS 2007 now have a supported extensibility mechanism allowing developers to easily add items to existing menus. Custom Acti...
阅读全文
posted @ 2010-07-06 23:31
icedog
摘要:Custom Actions in WSS 3 / MOSS 2007 - Part 1 Something that really frustrates my about WSS 3 and MOSS 2007 is the lack of documentation on alot of the object model as well as some of the CAML. One of ...
阅读全文
posted @ 2010-07-06 23:27
icedog
摘要:How to add a custom action to a SharePoint list actions menu for a specific list or content typeIf you have ever tried adding a SharePoint custom action to the actions menu and tried using "List" or "...
阅读全文
posted @ 2010-07-06 22:33
icedog
摘要:CustomAction Basics in SharePointCustomActions allow you to provide an easy way for an end user to perform some sort of action on or with a specific list item that is not available in a standard Share...
阅读全文
posted @ 2010-07-06 22:24
icedog
摘要:Intro to WSPBuilderWSPBuilder is a tool for building web solution (WSP) files to deploy out to a SharePoint farm. It is free, open source, and available on CodePlex here: http://www.codeplex.com/wspbu...
阅读全文
posted @ 2010-07-06 22:11
icedog
摘要:Sharepoint Custom Action Element Definition Every time I need this, I have a heck of a time finding it. So I thought I would post it here:The <CustomAction> ElementThe <CustomAction> eleme...
阅读全文
posted @ 2010-07-06 15:34
icedog
摘要:SharePoint Users and Groups APIThe WSS object model tracks user identities by using the SPUser class. If you want to access the SPUser object for the current user, you use the CurrentUser property of ...
阅读全文
posted @ 2010-07-05 01:45
icedog
摘要:在vs2008里面对Discussion Boards 进行 添加/删除 版块/帖子/回复消息!如何取出sharepoint里面的数据!怎么获取回复人的用户名和头像!等等谢谢!
阅读全文
posted @ 2010-07-05 01:43
icedog
摘要:SharePoint Discussion Board Common Operations through Code1) Take instance of your site collection and web:SPSite currentSite = SPContext.Current.Site;SPWeb currentRootWeb = currentSite.RootWeb;2) Sup...
阅读全文
posted @ 2010-07-05 01:22
icedog
摘要:http://www.codeproject.com/KB/sharepoint/WebParticles.aspx
阅读全文
posted @ 2010-07-05 01:19
icedog
摘要:http://www.documentmanagementworkflowinfo.com/sample-sharepoint-workflows/format-date-sharepoint-designer-workflow-sharepoint-formula.htmhttp://blogs.msdn.com/b/sharepointdeveloperdocs/archive/2007/11...
阅读全文
posted @ 2010-07-02 01:05
icedog
浙公网安备 33010602011771号