Skip to main content
10-Marble
February 16, 2026
Question

Facing issues while working with onClickHandler function in Split Pane functionality

  • February 16, 2026
  • 1 reply
  • 98 views

Version: Windchill 13.0

 

Use Case: When we click a Part on Left Pane then we will be seeing the documents on the right pane.


Description:

Requirement : When we click a Part on Left Pane then we will be seeing the documents on the right pane.

There is a same functionality on Part Structure Tab for WTPart object. I am not able to find the OOTB files. 

 

KanchanaDutta_0-1771227779398.png

I am referring to carambola, TwoPaneExample.js. Could anyone please help me with this ?

 

1 reply

HelesicPetr
22-Sapphire II
22-Sapphire II
February 16, 2026

Hi @KanchanaDutta 

I would use js function to reload the right table. You should be able to call the js function when you click on the wtpart in the left tree.

In the table definition you should be able to get the selected row information from a commandBean 

 

I use this technique in own wizard to load data to a table based on a previous step definition.

PetrH

PetrH
10-Marble
February 16, 2026

Hi @HelesicPetr 

 

Thanks for your response!

Could you please help me with a sample code or a OOTB reference?

 

 

HelesicPetr
22-Sapphire II
22-Sapphire II
February 17, 2026

Hi @KanchanaDutta 

There is no ootb reference. The Part Structure Browser is based on GWT technology and it is outside of any usable references.

 

Based on your own custom pages you can use own way how to achieve what you need.

 

In your jsp page you have to write js function that refresh your target table with documents.

It should call the table buildComponentData where you should be able to retrieve the correct selection from the first table tree. 

 

PetrH

PetrH