【发布时间】:2011-04-22 21:44:56
【问题描述】:
我已经调整了我的内容查询 Web 部件 (CQWP),以便它生成“ul”标签而不是“table”标签。它使用自定义的“ContentQueryMain.xls”和自定义的“ItemStyle.xsl”。
我想将我的 ItemStyle 作为 cssclass 添加到我的“ul”标签的开始标签中。所以html看起来像这样。
> > <ul class="CustomItemStyle">
> > <li> --HTML content goes here-- </li>
> > <li> --HTML content goes here-- </li> </ul>
开始标签由(自定义)“ContentQueryMain.xls”生成。有人知道我如何访问“ContentQueryMain.xls”中的 ItemStyle 值吗?
谢谢, W0ut
【问题讨论】:
标签: sharepoint sharepoint-2010