Understanding the Icon Section in the Configuration File

In the "iconSets" section of the original irpcfg.js file, the "default" subsection defines the default set of icons used in an active report, chart, or dashboard when no icon set is specified in the WebFOCUS StyleSheet.

The icon set names defined in the original irpcfg.js file correspond to the eight icon set names described in the syntax for ARICONSET in How to Customize Icons for an Active Technologies Report or Dashboard.

"iconSets":{
   "default":{
      .
      .
      .                 
   },
   "white":{
      .
      .
      .
   },
   "white2":{
      .
      .
      .
   },
   "reverse":{
      .
      .
      .               
   },
   "reverse2":{
      .
      .
      .               
   },
   "blue":{
      .
      .
      .
   },
   "blue2":{
      .
      .
      .
   },
   "original":{
      .
      .
      .
   }
},

Each icon set contains 45 icon property names. Each property name is followed by the icon image file name.

"default":{
   "sumIcon":"irdsum.png",
   "pieIcon":"irdpie.png",
   "barIcon":"irdbar.png",
   "lineIcon":"irdline.png",
   "scatterIcon":"irdscattr.png",
      .
      .
      .
},

Each icon property name and icon image file name is described in the icon set tables in Icon Set Details.


WebFOCUS