Displaying a ListItem in a fixed location
#1
I have a list of items being set by a python script. What I would like to do is have the left hand side of the screen be a list of the titles and the right hand side display the details about the title. Confluence does this with most of the media views, but when I try and use any of the code from Confluence, the right hand window never shows anything.

I understand that a ListItem does not exist outside the control, but I swear Confluence is referencing the list item outside the itemlayout/focused layout. And if I put the right hand items in the list control, the details slowing move down the screen as I scroll down the list. I feel like I'm missing something really simple here.
Reply
#2
PHP Code:
Container(ID).ListItem.foo 
Where ID is the id for the list.
Reply

Logout Mark Read Team Forum Stats Members Help
Displaying a ListItem in a fixed location0