首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 企业软件 > 行业软件 >

sharepoint 来者有分

2013-03-21 
sharepoint请教高手 在线等 来者有分本帖最后由 UnStopable 于 2012-11-07 15:02:26 编辑问题1:sharepoint

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/

热点排行