KIẾN THỨC LẬP TRÌNH
...
Về chúng tôi
|
|
Câu lênh sắp xếp OrderBy trong XSLT của sharepoint
Khi làm sharepoint, nếu bạn customize bằng xslt và sắp xếp kết quả hiển thị, bạn có thể sử dụng đoạn mã lệnh sau:
<xsl:template name="dvt_1.body"> <xsl:param name="Rows" /> <xsl:for-each select="$Rows"> <xsl:sort select="@Modified" order="ascending"/> <xsl:call-template name="dvt_1.rowview" /> </xsl:for-each> </xsl:template>
Chúc các bạn thành công!
BÀI VIẾT LIÊN QUAN
|