codeplex sharepoint 2013

Discover codeplex sharepoint 2013, include the articles, news, trends, analysis and practical advice about codeplex sharepoint 2013 on alibabacloud.com

SharePoint 2013 Calendar View compatibility issues

Access to the SharePoint calendar view on IE11, found to join compatibility View after access, normal, such as:Do not join compatibility View IE11 access, there are compatibility issues, such as:Because some of the environment has problems, some environment is not a problem, compared a bit, found patching kb3054792, after patching, restart can;Patch Address: http://www.microsoft.com/zh-cn/download/details.aspx?id=47055In particular, before solving the

SharePoint 2013 Manage View permissions through HttpModule

, remember to quote MicroSoft.SharePoint.dll this file;7, of course, but also to create a jump page, we go to the page library, we see only a page can not find the time to access the page, we add a page without permission, such as:8, click on the Ribbon menu above files inside new Document, select page, such as:9, fill in the title and URL Name, and then select the page layout of the Jump page, click Create, such as:10, after the creation, go to the page library, find the page we created, edit p

Tab with Web Parts in Sharepoint 2013

Tab with Web Parts in Sharepoint 2013Implement a feature about tabbing content with multiple Web Parts, each associated with a header in a list. I'll achieve it in SharePoint 2013.To tab Select Web Parts, I can regared the Web Part zone as a Div, and all the Web Parts should is a single panel. Here is my steps:1. Create a page layout2. Add a div as a container, i

SharePoint 2013 Workflow Design: Using a visual view of designer

SharePoint 2013 enhances workflow capabilities, and designer also adds a visual Design view, which is similar to Visio's Design view (which requires Visio 2013 support), and here's a quick introduction to using workflows in Visual view. 1, create a list workflow, select the Workflow test list, the following figure: 2, fill in the workflow name, choose Platfor

SharePoint 2013 Image Presentation

Since Image Rendering relies on other features in Sharepoint Server 2013, you must ensure that you meet the prerequisites in this section before proceeding with the procedures described in this article. Prerequisites: • To add a website set in the form of Image Rendering, you must use the website set template of the publishing portal or product catalog to create a website set. Alternatively, you must enabl

SharePoint 2013 form authentication logout user credential

Find a sign out method for Sharepoint 2013 form authentication on the Internet, which is verified and valid. The method is as follows: Private voidremovecookiesandsignout () { // Clear sessionstate. If (context. session! = NULL) { Context. session. Clear (); } String cookievalue = string. empty; If (context. Request. browser ["supportsemptystringincookievalue"] = "false ") Cookievalue = "nocookie "; // Clea

SharePoint 2013 tips: How to hide blogs and apps left navigation menu

Intranet, you do not need employees to create blogs or create, install SharePoint applications, so you need to hide the blog or apps navigation menu on the employee's personal web page, and the steps are set as follows: This technique is appropriate for SharePoint 2013 and Office 365. Tip One: Hide blogs and apps navigation links 1. Log on to

SharePoint 2013 App Development Sample (a) List read-write

In this example, we will create a page to test the permissions of the SharePoint app. This page has two buttons, one reads data from documents and one writes data to documents: 1. Open Visual Studio 2012, create a new Sharepoint 2013 app:permissiontest, select sharepoint-hosted, click Finish 2. Open default.aspx:

Extended custom state for SharePoint 2013 state Machine Workflows

When we use the state machine workflow for SharePoint 2013, we find a very unpleasant thing, that is, all of the workflow states in SharePoint are fixed, no way to show our custom status, and then after Google found that this state can be customized. Custom Status Step 1, modify the XML add metadata the following extension; Screenshot below: 2, the

How to customize the extended menu in SharePoint 2013

When developing or extending functionality to SharePoint, it is often necessary to extend some of the default menus so that what we develop is better suited to the style of the SharePoint itself. SharePoint's various function menus, like site Settings, Ribbon, Drop-down, and so on, are all the same principle, are XML+JS script implementation, if you want to implement these functions, only need an XML publis

Managed navigation and related configuration in SharePoint 2013

A well-designed navigation can tell your site's users a wealth of information about the business, products, and services provided by the site. By updating the taxonomy behind the navigation, you can drive your business and keep updating without having to recreate its site navigation during the process. In SharePoint 2013, you can use managed navigation to design managed metadata-driven Web site navigation a

SharePoint 2013 Create My Site, OneDrive

SharePoint 2013 Create My Site, OneDrive reference: https://technet.microsoft.com/zh-cn/library/ee624362.aspx policy: https:// Technet.microsoft.com/zh-cn/library/cc262500.aspx In Central administration, click Application Management, and then click Create Site collection. Note When you specify quotas, configure sites, and locks, you have the option to create them. selected

SharePoint 2013 uses the JavaScript object model to configure smart hints

ObjectiveBy default, writing the SharePoint JavaScript client object model in vs2012/2013 does not have the IntelliSense feature, which is cumbersome to use; in fact, we can manually configure it so that JavaScript can be IntelliSense, Let's take a quick look at the whole process.1. Under Vs Tools, find the options option, find the javascript below the text editor, check the references below IntelliSense an

Self-built master pages in SharePoint 2013 automatically generate top navigation code steps in HTML

self-built master pages in SharePoint 2013 automatically generate top navigation code steps in HTMLCategory: SharePoint2013-07-05 11:21 738 people read comments (0) favorite reports Sharepointsharepoint 20131. Click Open Design Editor: Edit master Page Item2. Find or create a new test page (. html)and click "Code Snippet" on the top right of the page to open 3. Click on the code snippet to open the foll

How to handle problems when you install SharePoint 2013 in Windows 2012

As we all know, SharePoint 2013 is earlier than Windows 2012, so in the installation, there will always be a variety of strange problems, that is, the so-called pit, in order to reduce the number of people fall into the pit and troubleshooting time, I am here to record that I have met or others have encountered me to participate in the solution of the problem, we have a reference to each other.First, after

SharePoint 2013 Visualization Workflow Custom Approval interface

SharePoint 2013 Visualization Workflow Custom Approval interfacewhen using SPD to develop a workflow, the default approval page does not meet the requirements and looks ugly. So customizing this page is a must. The URL to the workflow Approval page shows that this is an InfoPath page. All directly go to SPD's workflow to modify this InfoPath pageFirst look at the default task approval page, and note that th

Beginning SharePoint®2013 Development 4th chapter-understanding common developer tasks in your development options

Beginning SharePoint? 2013 Development 4th chapter-understanding common developer tasks in your development options although everything in sp2013 is technically an app, you will find that you are building different types of apps, the same task is encountered multiple times. It is helpful to identify these familiar tasks so that you can exercise related skills when using them frequently. The common tasks you

Membership condition for using caml in SharePoint 2013

Use the membership condition of caml in SharePoint 2013. Membership is used to determine whether a user belongs to a certain group. It is applicable to SP group, AD group, and AD group nested in SP group. The following filter conditions indicate that the records of the group (P group, AD group, and AD group nested in the SP group) that the current user belongs to the assignedto field are filtered out: The

SharePoint 2013 distributed cache service error and Solution

Next, Sharepoint 2013 spdistributedcacheservice introduction and Configuration This article describes common distributed cache service errors and solutions. 1. errorcode PS C:> Use-CacheClusterPS C:> Get-CacheHostConfig –ComputerName [yourServerName] -CachePort 22233 This error is usually thrown when the above command is run on a machine not added to the cluster. The solution is to register the machine to

SharePoint 2013 obtains user and user attention information

SharePoint 2013 obtains user and user attention information 1. The person who follows the application Static void getfollowedusers (string username, string siteurl) { Using (spsite site = new spsite (siteurl )) { Spservicecontextcontext = spservicecontext. getcontext (SITE ); Userprofilemanagerprofilemanager = new userprofilemanager (context ); If (profilemanager. userexists (username )) { Userprofileuser

Total Pages: 14 1 .... 9 10 11 12 13 14 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.