Click here to Skip to main content
15,886,199 members
Articles / Web Development / ASP.NET

Custom SharePoint List Forms

Rate me:
Please Sign up or sign in to vote.
4.68/5 (14 votes)
11 Jul 2011CPOL9 min read 226.5K   3.2K   30  
Customizing forms used by SharePoint lists.
<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <!-- Do not change the value of the Name attribute below. If it does not match the folder name of the List Definition project item, an error will occur when the project is run. -->
    <ListTemplate
        Name="CPProject Base List Definition"
        Type="10000"
        BaseType="0"
        OnQuickLaunch="TRUE"
        SecurityBits="11"
        Sequence="410"
        DisplayName="CP Project Base List Def"
        Description="List definition for CP Projects"
        Image="/_layouts/images/itgen.png"/>
</Elements>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions