MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

SharePoint 2010 - List pages

  Asked By: Jordon English         Date: Jan 08, 2010      Category: MOSS      Views: 443
 

I am creating a list definition in VS 2010 and found out that unlike MOSS 2007,
list definition does not contain form and view pages (DispForm.aspx,
NewForm.aspx, EditForm.aspx, AllItems.aspx)

Although the files are referneced in schema.xml

<Forms>
<Form Type="DisplayForm" Url="DispForm.aspx" SetupPath="pages\form.aspx"
WebPartZoneID="Main" />
<Form Type="EditForm" Url="EditForm.aspx" SetupPath="pages\form.aspx"
WebPartZoneID="Main" />
<Form Type="NewForm" Url="NewForm.aspx" SetupPath="pages\form.aspx"
WebPartZoneID="Main" />
</Forms>

I am implementing a requirement that needs customization in these pages in list
definition.


Do you know someone who can help? Share a link to this thread on twitter, or facebook.

Tagged:        

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on SharePoint 2010 - List pages Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].