Panel (Bootstrap): Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
(Created page with "file:Bspanel.png == Description == While not always necessary, sometimes you need to put your DOM in a box. For those situations, try the panel component. It can also...")
 
Line 13: Line 13:
|-
|-
| appearance || Appearance of the control. Can be default, primary, success, info, warning, danger.
| appearance || Appearance of the control. Can be default, primary, success, info, warning, danger.
|-
| badge || Adds a Badge to the control. Design Time and Runtime.
|-
|-
| footer || The text on the bottom. Leave blank for none. Design Time and Runtime.
| footer || The text on the bottom. Leave blank for none. Design Time and Runtime.

Revision as of 22:25, 5 June 2016

Description

While not always necessary, sometimes you need to put your DOM in a box. For those situations, try the panel component.

It can also act as a container for child controls.

Properties and Methods

Standard properties are supported, plus:

appearance Appearance of the control. Can be default, primary, success, info, warning, danger.
badge Adds a Badge to the control. Design Time and Runtime.
footer The text on the bottom. Leave blank for none. Design Time and Runtime.
header The heading in the control. Leave blank for none. Design Time and Runtime.
position How will the children be positioned? absolute, fixed, relative or static.
value The text in the center of the control. Leave blank for none. Design Time and Runtime.

Events

Standard events are supported.

Example

None - this is a passive control which simply displays.

Output