Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以在 Xpage 上获取视图面板的视图列标题的句柄?我有一个视图面板。它有视图列标题和视图列。没有编程方式来处理这些。知道吗?
假设您的视图列标题的 ID 是viewColumnHeader1,那么您可以使用以下命令在 SSJS 中获取该列的句柄。
viewColumnHeader1
var columnHeader:com.ibm.xsp.component.xp.XspViewColumnHeader = getComponent("viewColumnHeader1");
但我会支持 Simon McLoughlin,也许您可以查看 View Column Header 的属性。