Zac Mullett Engineering Services
Weblog

Archive for February, 2009

DataFormWebPart’s sensitivity to XSLT parameter tag placement

Monday, February 23rd, 2009

While customising the XSLT of a DataFormWebPart I found a discrepancy between design-time and run-time interpretation of a template tag implementing param and variable tags. Placing the <xsl:param> tags first is important.

(more…)

Improving readability of multi-line text columns in display view

Friday, February 20th, 2009

SharePoint users have a tendency to create All Items views containing almost every column in their lists. In cases like these, the readability is often poor, and SharePoint gives users no ability to format the cells appropriately (such as text alignment, column width, etc). One case where this is most disrupting is for multi-line text columns. Single line text columns have a CSS width setting, but multi-line columns depend on the user including a sensible amount of columns to view. The image below illustrates this circumstance.

Squashed multi-line text column

(more…)