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 のプロパティを調べることができます。