HelpBox

This tag defines a Silk HelpBox component to display user interface help.

Tag Use

Used as a container:

<silk:HelpBox
  id=""
  cssClass="alert-info"
  icon="fas fa-question-circle"
>
   Contains: Help text or/or HTML.
</silk:HelpBox>

Properties

*Required property.

id*

The helpBox's unique identifier. Default Value: Empty.

cssClass

The Bootstrap class defining the type of alert. Default Value: alert-info.

icon

Icon class name (fontawesom.com) Default Value: fas fa-question-circle.