cancel
Showing results for 
Search instead for 
Did you mean: 

web item tray

Former Member
0 Kudos

Hello guys, I have a question regarding trays of web items.

I want web item "group" intially be "expanded" when the web templates for the first time. When the user navigates e.g. in queries the template gets reloaded and the web item "group" is expanded regardless of which state it had before. And the other way round when the initial setting says "not expanded".

How can I get this fixed? Is this a bug or do I have to make some more settings?

Thanks in advance.

Anja

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi Anja,

you might consider not to use the trays. you can use button group. add a button (name 'close') with command SET_ITEM_PARAMETER to the web item. within this command you select the group item and set the settings for visibility to 'hidden'.

Next to the group item you add a similar button with the command visibility 'visible'.

the user can open and close with buttons and the itemsetting will remain during navigation.

see if that works or you.

regards,

Erik

Former Member
0 Kudos

Under Web Item Parametres -> With Tray ON and Expanded ON

See if that helps...hopefully I'm pointing you the right direction.

Cheers