The content-query-web-part tag has no wiki summary.
1
vote
2answers
12 views
sharepoint content query webpart: hide empty column with jquery
I want to hide a list column in editform.aspx
</script>
<script language="JavaScript">
$(document).ready(function()
{ $('nobr:contains("columnname")').closest('tr').hide() });
...
0
votes
1answer
68 views
How to set the rowlimit in content query webpart by code?
I need a content query web part that returns me the last 10 modified or added documents into any document library on that specific website.
How can I add the rowlimit by code?
ContentByQueryWebPart ...
0
votes
1answer
27 views
Is it possible to display the amount of users who have rated a list item?
I'm using a list with the default SP rating columns
I'm displaying the ratings on the front end through my XSLT
SPServices is used to hover over the rating images and write back to the list item when ...
0
votes
2answers
894 views
XSL / XSLT - Adding a value-of as a style attribute for a DIV
I'm using SharePoint 2010 and the Content Query Web Part to output a list of dates from a SharePoint list. The display of this list is controlled by an XSL stylesheet called ItemStyle.xsl
I have made ...
1
vote
0answers
99 views
muenchian grouping in ContentQueryMain.xsl
I'm Newbie in Sharepoint 2010 ,and I had to deal with ContentQueryMain.xsl which I hardly understand what going on there and what part goes where .
I need to group result by Category , then sort them ...
0
votes
1answer
273 views
Content Query Webpart
I am using content query web part to display pages from pages library.
I want to configure my web part to display pages according to number of page views. most popular page (according to number of ...
2
votes
2answers
622 views
How can I specify a background image for a content query Webpart in SharePoint 2010?
How can I style the background of a content query webpart in SharePoint 2010?
I have been having a look around, and can't seem to figure it out. I am able to edit the individual item styles using the ...