02 2012 档案
摘要:In SharePoint 2010 there are a number of object models that can be used by developers to access the server. The Client Object Model (Client OM) is a unified model which uses the same or similar programming concepts as the Server Object Model (Server OM).We can use it like this:Get all list item from
阅读全文
摘要:We often use modal dialog to display list item or other infomation in sharepoint.we can use the following code to create a modal dialog:View Code 1 <script type="text/javascript"> 2 function ShowInfo() { 3 var options = SP.UI.$create_DialogOptions(); 4 5 options.title = "ModalD.
阅读全文
摘要:As we all know,if we change display form of a list item to infopath form,there can't find the print previewbutton on the ribbon:If we want to print this form, we need to add a print button,but how to do it,just follow the following steps:First,trun back to the list,on the ribbon area,click "
阅读全文
摘要:Today,I'd deployed a solution to a SharePoint Farm,but I got the following error:"Object reference not set to an instance of an object",in chinese is "未将对象引用设置到对象的实例".The user I used to run this command isn't a farm administrator account,and also it doesn't have fullc
阅读全文