Help Editing Confluence
#1
Hello all Smile
I'm trying to edit the Home.xml skin file of "Confluence" vertical version. I want to add my custom controls and show it only when a specific item is chosen from the menu which was customized as well.

For example you added your own menu item called "My Item" .. done.
Now you added an image control that should only be visible when "My Item" is chosen and hidden on all other items, how to achieve that.

ps. I have already managed to add the item.

Thanks.
I wrote a program to program my program ! - programception.
Reply
#2
Add a visible condition with Control.HasFocus(id) where id is the id of your item to the image control.
Image
Reply
#3
`Black Wrote:Add a visible condition with Control.HasFocus(id) where id is the id of your item to the image control.

/facedesk ! i feel kinda dumb right now :|
Thanks Smile
I wrote a program to program my program ! - programception.
Reply
#4
Erm, wait a ListItem doesn't have an id to check the focus on it :| does it ?
I wrote a program to program my program ! - programception.
Reply

Logout Mark Read Team Forum Stats Members Help
Help Editing Confluence0