open Addon Infodialog for specified Addon from Skinsettings / Settings.xml. ?

Would like to open the AddomInfodialogue for a specified Addon right from Settings.xml or Skinsetting.

Is there currently a Way to achive this? (SkinHelper maybe?)


As i wasnt able to finde something in the Wiki, i try the following without luck:

PHP Code:
<onclick>getAddonInfo("hereTheAddonName")</onclick>

<onclick>XBMC.getAddonInfo("hereTheAddonName")</onclick>

<onclick>Addon.OpenInfo("hereTheAddonName")</onclick


Goal is to be able to let the User read the Addon Info, before he decide to install a “Skinrecomended” Addon.

mfG.