The item-styles tag has no wiki summary.
0
votes
1answer
48 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 ...
2
votes
2answers
1k views
How do I output a link's description within ItemStyle.xsl?
I have a custom list which contains a column of Hyperlink or Picture and URL formatted as Hyperlink. I then have a Content Query Web part on a page that uses this list as the source (Show items from ...
0
votes
1answer
69 views
Description for second item is not displaying completely as like the first item in CQWP when using itemstyles
Description for second item is not displaying completely as like the first item in CQWP when using itemstyles. The below custom itemstyle i have used.
...
3
votes
1answer
278 views
Remove LI wrapper from Content Query Web Part / ContentQueryMain.xsl
I have done a fair amount of experminting with this but cannot get it to work and I'm now looking for pointers or working examples.
I want to customise the output of the Content Query Web Part to ...
0
votes
1answer
177 views
Error in a content query web part 2007
any one can know what the error in the following code :
when I remove the variable LinkTarget1 it will run
<xsl:template name="INeedTo" match="*" mode="itemstyle">
<xsl:variable ...
0
votes
1answer
217 views
Adding templates to ItemStyle.xsl with a feature
I need to add an extra template to ItemStyle.xsl using a feature deployment - any idea how to add things to that file programmatically?
0
votes
0answers
63 views
SPD List Form vs Custom List form - Version append and style issues
I'm forced to use a custom list form because my ID= querystring sometimes does not work with a regular List form - which is odd enough.
With a custom list form (DataFormWebPart), I can set my ...
0
votes
2answers
191 views
Rendering Webpartzone is to large
I have a Div box with an Webpartzone in it. But when i'm rendering my page, the webpartzone is to large. I thought a webpart zone has the width of 100% of his parent container. But not in my case.
...
0
votes
2answers
32 views
Determine where styles are used
If i create my own style sheet to modify the style of a class created by microsoft, how can i determine where the style might be used? i have been noticing that changes i make are affecting objects ...
0
votes
1answer
427 views
use jQuery Modal instead of SharePoint modal
So I understand this is a strange question, but is there a way to use content displayed in a SharePoint modal, in a jQuery modal instead. I like the styling jQuery offers, but the SharePoint modal ...
1
vote
1answer
296 views
CQWP Error when modifying webpart and ItemStyle.xsl : from example SP2010
I am trying to create a webpart that would take blog posts from subsites under site and roll them up. I found a blog that describes exactly what I am trying to achieve here. After following these ...
1
vote
2answers
2k views
Calling Javascript within XSL after transformation in RSS Web Part
Hey all, got a tricky one for you.
I have an RSS web part which uses a custom ItemStyle.xsl stylesheet to transform the results of the RSS feed into a UL list.
I have some jQuery I want to inject ...
0
votes
0answers
170 views
Dialog boxes that are cut off, any easy fixes for them?
On several dialog boxes such as the "add document" dialog in SharePoint we are encountering a situation where the dialog is too small to see the "Submit" buttons in the dialog. While end user ...
1
vote
1answer
400 views
CQWP slots are not displaying
I wrote this code in itemstyle.xsl
<xsl:variable name="AssistPrinEmail">
<xsl:value-of select="substring-after(@AssistantPrincipal1Email,',')" />
</xsl:variable>
...
1
vote
3answers
441 views
font sizing and sharepoint em px pt
How are you handling font sizing with Sharepoint? Just curious on how things are working out. We seem to have a mix of px, pt, and em scattered everywhere among our CSS. I'm trying to clean things ...
0
votes
1answer
693 views
item style xsl profile picture
I am trying to create custom query in SP2010 called company announcement.
I would like to include the profile picture of the author from the sharepoint user profile.
Any help would be great!
...
1
vote
1answer
550 views
Custom CQWP itemstyle with link to library
I was wondering if it is possible to somehow create a new itemstyle which has a link to the library where the items in the content query is located?
Example:
First ListItem
Second ListItem
Third ...
2
votes
1answer
2k views
XSLT, get imageurl from custom image field
I have a Contenttype with a custom Image with formatting and constraints for publishing -- StockImg.
I have a rollup of all listitems with this Contenttype.
In my ItemStyle.xsl I have created a custom ...
1
vote
1answer
1k views
Customize discussion board xslt
I wanted to modify the xslt file that displays discussion board threads. I tried to find the xslt in "Style Library" -> "XSL Style Sheets" but could not find the stylesheet there. Where can I find the ...
2
votes
1answer
167 views
Disable fonts in SharePoint 2010
To be able to keep our company style, we would to restrict the usage of different fonts. We would like everyone to use only the Arial font. I was wondering if anyone knows of a simple way to do this. ...
2
votes
1answer
592 views
Can't read Enhanced Rich Text field value from CQWP
I'm trying to read the value of a multi-line, enhanced rich text field from a content query web part using a custom ItemStyle template in SP 2010. Even though it has a value, it keeps coming back as ...
2
votes
1answer
2k views
Add a custom Style to Sharepoint Foundation 2010
I want to add a small snippet of CSS code to create a text block in Sharepoint Foundation 2010, so when users are creating pages, they can highlight a block of text and use the dropdown to add the ...
1
vote
0answers
608 views
List of Custom Item Styles for Content Query Web Part [closed]
Nearly every one of us have designed custom ItemStyles in ItemStyle.xsl to produce the presentation format needed by business. I think it will be great if we can put together these styles here for the ...
