Jump to content

Iron Python Script to make Details on demand horizontal for all the tabs in Spotfire analysis


Roshan Kumar Patra

Recommended Posts

You can use the following script as a reference

from Spotfire.Dxp.Application.Layout import DockingPlacement,PanelRegion

for page in Document.Pages:

panel=page.DetailsOnDemandPanel

panel.DockingPlacement=DockingPlacement(PanelRegion.Bottom,0)Choose the panel region as needed. Below is the documentation reference,

https://docs.tibco.com/pub/doc_remote/sfire_dev/area/doc/api/TIB_sfire-a...

https://docs.tibco.com/pub/doc_remote/sfire_dev/area/doc/api/TIB_sfire-a...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...