Tagged Questions
1
vote
0answers
40 views
SharePoint dataformwebpart get document path without document name and folder url
I have a dataformwebpart that queries multiple document libraries. I need to open the document properties in a modal window. I have used the below
<a>
<xsl:attribute ...
1
vote
2answers
521 views
Constructing a link in a dataform webpart
I've setup a DataFormWebPart which aggregates tasks from subsites. The user doesn't only want to view the tasks, there should be an option to edit / open them as well. So I need a way to at least ...
0
votes
0answers
131 views
xslt : Update different list items on single button click
I need to update 2 different list items on single button click.
Eg : On page load, using query string parameter i am filtering items in 2 different dataformwebpart from 2 different list (say A & ...
0
votes
2answers
1k views
Handle the event generated by ddwrt:GenFireServerEvent('__name')
I have a custom DataFormWebPart that renders some content based on an XSLT. Inside the XSLT I have a button that does a postback like so:
<input type="button" value="..." name="..."
...
5
votes
1answer
171 views
SharePoint Designer Menu for Filtering Joined Views
In SharePoint Designer, is there an easy interface for filtering joined views (either parent or child)?
Currently I go to code view to type the filters directly in xslt. There must be an easier way!
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 ...