Tagged Questions
0
votes
1answer
44 views
Possible to add XSLT to CQWP through UI?
Using C#, I am inserting web parts into web part zones programmatically and styling them. More specifically, I'm inserting CQWP's and assigning XSLT files to them.
I'm now wanting to allow users to ...
0
votes
1answer
160 views
Programmatically add new fetched properties to webpart
I have a webpart which I extend and i would like to programmatically add extra fetched properties to those that already exist, but I cannot succeed in that, maybe you could be of help to me.
So here ...
0
votes
1answer
37 views
Basic xslt: Hiding slots created from custom xslt
I've followed and managed to successfully implement this:
...
0
votes
0answers
81 views
Sharepoint Community site: Display custom field in Discussions List
Hi Im working with Sharepoint 2013 Community site, i have added a custom column in discussions list but when I go to discussions page(Topic.aspx) I cannont view that custom column.
Is it possible to ...
2
votes
1answer
449 views
Adding custom XSLT extension methods for Data Form Web Parts
I'm trying to figure out how to add my own XSLT extensions to be used in the DataFormWebPart on MOSS 2007, kind of like a custom ddwrt library.
A comment on this post seemed to say that I could ...