Macro name: panel Macro body: Accepts rich text. | Parameter name | Required | Default | Parameter description and accepted values |
|---|
title | No | (None) | The words that will appear in the header of the panel. | borderStyle | No | solid | The style of the panel's border. Accepted values: soliddashed- Other valid CSS border styles.
| borderColor | No | | The colour of the panel's border. Colours can be specified as HTML colour names or hexadecimal codes. | borderWidth | No | | The width of the panel's border, in pixels. | bgColor | No | | The background colour of the panel. Colours can be specified as HTML colour names or hexidecimal codes. | titleBGColor | No | | The background colour of the title row of the panel. Colours can be specified as HTML colour names or hexadecimal codes. | titleColor | No | | The colour of the text in the title row of the panel. Colours can be specified as HTML colour names or hexadecimal codes. |
|