0
votes
2answers
41 views

Rename “Title” column on multiple lists

I have 3 or 4 lists where the title column is not required. Hence I started renaming the Title field to any other text field that I have in the list per the below blog. ...
0
votes
1answer
651 views

Hide “Upload Document” button via XML?

I'm trying to hide the "Upload Document" button (including the Upload Document and Upload Multiple Documents submenu). I've tried the following XML, but I can't get it to work: <CustomAction ...
0
votes
1answer
940 views

Create list instance with Visual Studio 2010 and specify Group or Person for field value

I'm creating a list instance in an XML file and I have some fields which are of type "Person or group". In the XML I can specify it like this: <Row> <Field ...
1
vote
2answers
577 views

How to order a group of web parts added dynamically?

Preface: I did not come up with this implementation, just dealing with it. I have a web part zone that gets 3 content editor web parts loaded into it dynamically through the feature receiver. The ...