cancel
Showing results for 
Search instead for 
Did you mean: 

Correct usage of SI_PLUGIN_ICON

first_last
Participant
0 Kudos

I was hoping to reference the icons for the plugin types that are displayed in the BI Launchpad, in a custom application:

Standard images are GIFs, while shortcuts are PNGs.

Crystal Reports:

<img alt="Crystal Reports" title="" style="width: 16px; height: 16px;" src="../../../shared/pluginIconLoader/CrystalReport/SI_PLUGIN_ICON_1.gif" border="0">

Webi:

<img alt="Crystal Reports" title="" style="width: 16px; height: 16px;" src="../../../shared/pluginIconLoader/Webi/SI_PLUGIN_ICON_1.gif" border="0">

Is there a canonical way to use this icons or just reference the relative path? Are other sizes offered? Can the icons for the shortcuts be referenced in the same manner?

Accepted Solutions (0)

Answers (1)

Answers (1)

first_last
Participant
0 Kudos

It appears that the icons are located in sub-directories of http://<server>:8080/BOE/portal/1805301747/shared/pluginIconLoader.

Crystal

  • /CrystalReport/SI_PLUGIN_ICON_1.gif
  • /CrystalReport/SI_PLUGIN_ICON_1/overlay_shortcut.gif (shortcut icon)
  • /CrystalReport/SI_PLUGIN_ICON_2.gif (variant)
  • /CrystalReport/SI_PLUGIN_ICON_2/overlay_shortcut.gif (variant shortcut icon)

Folder

  • /Folder/SI_PLUGIN_ICON_1.gif (closed)
  • /Folder/SI_PLUGIN_ICON_2.gif (open)

Webi

  • /Webi/SI_PLUGIN_ICON_1.gif
  • /Webi/SI_PLUGIN_ICON_1/overlay_shortcut.gif (shortcut icon)