About

The About widget creates content that displays in the widget.

The following table lists the configurable attributes of the About widget

Attribute

Description

about

Object. There is no default. It has the following property:

  • aboutContent: —String. There is no default. The content displays in the About widget.

Example:

{
  "about": {
    "aboutContent": “<div style=\"text-align: center;\"><a href=\"http://www.esri.com/\" target=\"_self\">Hello world!</a><br /></div>"
  }
}