Android Confluence skin, make dialog from window
#1
when I press an item from home menu a new window apear. I whant to transform that window in a dialog (when I press an item I whant to appear a dialog in home window next to the menu and I what the dialog to contains same things as the window)

i think the code who make the window appear is :

<item id="4">
<label>31951</label>
<onclick>ActivateWindow(Pictures)</onclick>
<icon>-</icon>
<thumb>-</thumb>
<texture>icon-rss.png</texture>
<visible>!Skin.HasSetting(HomeMenuNoPicturesButton)</visible>
</item>

but i don't know where can i find the "Picture" window code.

If I wasnt explicit enough or is a silly question please excuse me.
Reply

Logout Mark Read Team Forum Stats Members Help
Confluence skin, make dialog from window0