Panel
The “panel” is not a Bootstrap component itself. The plugin provides the panel shortcut as a kind of toolbox to create your individual panel out of common Bootstrap styles. Review the parameters and play around with the options.
Examples
Format
Parameters
Parameter | Description | Default |
---|---|---|
textstyle | Defines the Bootstrap style for the text. Supported values:
| no value |
bgstyle | Defines the Bootstrap style for the background. Supported values:
| no value |
bordertop | Whether or not to draw a top border. Supported values are:
| yes |
borderright | Whether or not to draw a right border. Supported values are:
| yes |
borderbottom | Whether or not to draw a bottom border. Supported values are:
| yes |
borderleft | Whether or not to draw a left border. Supported values are:
| yes |
borderstyle | Defines the Bootstrap style for the border. Supported values:
| no value |
borderradius | What radius to apply to the border corners. Supported values are:
| no value |
id | You can define anm ID for the element here in case you want to address it from a Javascript. | no value |
classes | Apply other CSS classes here. Separate the class names by blank. | no value |
styles | Apply other CSS styles here. Separate the styles by semicolon. | no value |
Last updated