Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
6answers
52 views

Two-column table or dl?

I have the following content I need to mark up: Course requirements: and dates: The question is whether to use a two-column table element or a dl (description list) element. I would like a ...
1
vote
2answers
2k views

“Cannot complete this action” when trying to provision list instance with site TaxonomyField

Fair warning: The setup for this question is long, so be patient and stay with me. I have two features in my solution package. The first is a set of site fields and content types; let's call this ...
1
vote
0answers
75 views

How to show CustomAction on a certain Custom List

How can I show a CustomAction for a List of "Custom List" type and it's Title is "Demo List"? Is this possible? if not is there any workaround to achieve what I want?
1
vote
1answer
406 views

Reference name of description list item in LaTeX

I'd like to refer to a description list item by name instead of number. To that effect, I've added labels to each item, but when referencing them I only get the name of the section, not of the list ...
1
vote
3answers
3k views

My SharePoint feature receiver activates a list definition feature, but my code cannot see the list template until the “second pass”

I am into my sixth hour battling with what hopefully should have a simple solution, so I thought I would post here. I have an feature with a feature receiver whose sole purpose is to activate a ...
1
vote
3answers
3k views

Sharepoint List Definition that binds only to my Custom Content Type

I am developing a Sharepoint Solution, that implements a new list. This list has an event receiver attached to a Custom Content type. I am using VSeWSS 1.3 for this task and it's going ok (the ...
1
vote
1answer
726 views

How can I best create a SharePoint list view that shows only root folder contents?

I have a custom SharePoint list definition that is based on the Document content type. My library instance that I create from this contains many HTML documents, and each of those documents has some ...
0
votes
0answers
223 views

Need idea to create custom list definition in sharepoint

I am creating new custom definition there i am having the dropdown field with choice (reb,blue,gree). Based on the user selection it will show the proper color in the cell instead of text. We can use ...
0
votes
0answers
109 views

I am getting the problem while deploying the sharepoint 2010 Site Definition(List Def,List instance,Fields

Error occurred in deployment step 'Activate Features': Cannot complete this action. How to solvee the issue.Exactly while actiating the list instance feature i getting the above error.
0
votes
1answer
325 views

Listview webpart in site definition makes it all fail

I have made a listdefinition which I've put in to a web scoped feature which I've added to WebFeatures in my sitedefinition. In my sitedefinition I've added a list view web part which shall display ...
0
votes
1answer
124 views

How to find Error in sharepoint 2010 Site and List Definitions

I am working with custom site,List,Fields and Contenttype. I have deployed my cusom list definition and i tried to create new item for my custom list there i am getting error with Correlation ID. ...
0
votes
1answer
91 views

Accessing custom property of lists of site definition in default.aspx page

I am working on Sharepoint. I am creating a site definition that is having a list using that I am insert so many properties inside the list. I am done with the creation part. Now I have to display the ...
0
votes
1answer
636 views

Hiding folder structure for a view in SharePoint 2010 list definition

There's a setting on the "Edit View" page in SharePoint 2010 that allows you to show all items in a list, ignoring folder structure. The setting is under Folders > Folders or Flat > Show all items ...
0
votes
2answers
876 views

Change document library “Type” after it has been created from list definition

When beginning to develop against SharePoint I did not fully understand all the ins and outs initially. I created a list definition (for a document library) and associated various custom actions to ...