2019-05-20, 23:28
Hello I would like to know how to see the icon in confluence I get the title but not the image my code
<item>
<label>$INFO[Skin.String(HomePVRButton1.Label)]</label>
<onclick>$INFO[Skin.String(HomePVRButton1.Path)]</onclick>
<icon>$INFO[Skin.String])</icon>
<thumb></thumb>
<visible>!String.IsEmpty(Skin.String(HomePVRButton1.Path))</visible>
</item>
<item>
<label>$INFO[Skin.String(HomePVRButton1.Label)]</label>
<onclick>$INFO[Skin.String(HomePVRButton1.Path)]</onclick>
<icon>$INFO[Skin.String])</icon>
<thumb></thumb>
<visible>!String.IsEmpty(Skin.String(HomePVRButton1.Path))</visible>
</item>