0
votes
2answers
1k views

Truncating HTML attribute value in SharePoint DataFormWebPart

I'm using DataFormWebPart to display all announcements in the SharePoint site collections. It uses SPDataSouce with DataSourceMode set to CrossList and it works OK. The text of the announcement comes ...
0
votes
1answer
481 views

Calling ExpGroupBy using jQuery for specific group

I'm executing a click event using jQuery that should expand a certain group. The code is: 01.<xsl:if test="not($hidedetail)" ddwrt:cf_ignore="1"> 02. <a href="javascript:" ...
0
votes
1answer
1k views

How to apply custom ItemStyle.xsl to CQWP

I got a question about applying custom itemstyle.xsl to CQWP. I extracted existing CQWP, renamed it, and uploaded to webpart gallery on a site collection. The modified CQWP web part worked with no ...
1
vote
0answers
430 views

Problems creating custom style for SharePoint 2007 Enhanced Custom Query Webpart

I'm pulling some additional columns through on my Enhanced CQWP in SharePoint 2007 and trying to apply a style too them from my custom ItemStyle.xsl. I want to drop my columns into a table, but every ...
0
votes
0answers
351 views

Calculate Column value in Data View Web Part from a Linked SharePoint list data source

I'm encountering a twisting problem and any help or hints will be greatly thankful. I am using SharePoint 2007 and SharePoint designer to create an ASPX page inserted a linked data source of 2 ...
0
votes
0answers
81 views

Modifying rednered HTML in Sharepoint Server 2007

I'm receiving HTML and CSS mockups from a designer that's not in my city so the level a communication is not deep. He's giving me HTML and CSS that adheres to the HTML that's being rendered by ...