Sharepoint 2010 页面设计确实方便
生活随笔
收集整理的這篇文章主要介紹了
Sharepoint 2010 页面设计确实方便
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
網上找了個html模板,改了下,在sharepoint design 2010中編輯,插入相關數據視圖和Webpart相當方便。
?
在頁面頭部加入
?
代碼 <%@ Page Language="C#" inherits="Microsoft.SharePoint.WebPartPages.WebPartPage, Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %><%@ Register TagPrefix="wssuc" TagName="Welcome" src="~/_controltemplates/Welcome.ascx" %>
<%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register tagprefix="WebPartPages" namespace="Microsoft.SharePoint.WebPartPages" assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register tagprefix="SPSWC" namespace="Microsoft.SharePoint.Portal.WebControls" assembly="Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml" xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882">
<%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
?
?
就可以 實現對模板頁頭部相關功能的引用,比如登錄用戶,可操作的菜單等 。
?
還在研究中。
?
?
?
?
裝了一個office web app,不需要PPT客戶端,直接在瀏覽器中實現PPT播放。太強大了。
昨天 晚上為了裝這個東西,折騰了一晚上。發現在已經MOSS2010環境下裝 office web app后部分功能使用不正常。最好的安裝方式是,先安裝MOSS2010,最好不要創建網站集,然后安裝office web app,安裝結束后通過配置向導配置,創建網站集,之后一切功能正常。
昨天試了后多方法,把uac也關了。
?
轉載于:https://www.cnblogs.com/redroot/archive/2010/01/21/1653090.html
總結
以上是生活随笔為你收集整理的Sharepoint 2010 页面设计确实方便的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 深入Android 【一】 —— 序及开
- 下一篇: LBWE 和SBIW的关系