Tagged Questions
1
vote
0answers
104 views
Config standard SiteUsers WebPart in SP2010
I´ve got a problem with a normal SiteUsers WebPart. Currently I have this code:
<WebPart xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ...
3
votes
3answers
1k views
Can't rename “Title” field in List Definition
I can't rename "Title" field to "Unit Type"
Here is my Schema.xml:
<?xml version="1.0" encoding="utf-8"?>
<List xmlns:ows="Microsoft SharePoint" Title="PrCenter - StatisticsDef" ...
2
votes
2answers
604 views
How do I use QueryOverride in CQWP when deploying web part instance using Elements.xml?
I need to use the CQWP with more than three filters, hence I'm going to use the QueryOverride with a CAML query like described here. I can't get this to work when deploying the web part instance using ...