读书人

sharepoint 来者有分

发布时间: 2013-03-21 10:08:17 作者: rapoo

sharepoint 请教高手 在线等 来者有分
本帖最后由 UnStopable 于 2012-11-07 15:02:26 编辑 问题1:sharepoint 怎么加 在线人数统计和人数浏览统计....
问题2:多行文本 怎么直接添加图片进去

注:我们的系统是sharepoint 2007.。。

[解决办法]
Find Number of Users Currently Logged on to a SharePoint Site

http://blog.furuknap.net/find-number-of-users-currently-logged-on-to-a-sharepoint-site
[解决办法]
问题2: 多行文本貌似是不可以直接添加图片的,用Rich textbox
When creating custom content types inside your features or site definitions you need to specify field definitions to define your custom fields. I was trying to create a Enhanced Rich Text field within my Content Type but was struggling to find the right XML.

Eventually I found out you need to include the RichText=”TRUE” and RichTextMode=”FullHtml” attributes within your field definition as shown below:

<Field

ID=”{8A2EA652-DDCB-4bf7-84EE-129E7B7A5403}”
Name=”ArticleBody”
Group=”Reuters columns”
DisplayName=”Article Body”
Type=”Note”
Sealed=”FALSE”
ReadOnly=”FALSE”
Hidden=”FALSE”
RichText=”TRUE”
RichTextMode=”FullHtml”
DisplaceOnUpgrade=”TRUE” />

[解决办法]
用富文本框
[解决办法]
问题2用这个开源的Webpart: http://spcurrentusers.codeplex.com/

读书人网 >行业软件

热点推荐