options |
object
|
<optional>
|
Properties
Name |
Type |
Attributes |
Default |
Description |
closeable |
boolean
|
<optional>
|
false
|
whether to attach a close button to the card |
collapsible |
boolean
|
<optional>
|
false
|
whether to attach a collapse button to the card |
struct |
object
|
<optional>
|
|
card structure for templates
Properties
Name |
Type |
Attributes |
Default |
Description |
$wrapper |
string
|
<optional>
|
'.card'
|
the card selector |
$header |
string
|
<optional>
|
'.card-header'
|
the card header selector |
$headerText |
string
|
<optional>
|
'.card-header-text'
|
the card header text selector |
$close |
string
|
<optional>
|
'.card-close'
|
the card close selector |
$collapse |
string
|
<optional>
|
'.card-collapse'
|
the card collapse selector |
$content |
string
|
<optional>
|
'.card-content'
|
the card collapse selector |
$block |
string
|
<optional>
|
'.card-block'
|
the card block selector |
$title |
string
|
<optional>
|
'.card-title'
|
the card title selector |
$text |
string
|
<optional>
|
'.card-text'
|
the card text selector |
$footer |
string
|
<optional>
|
'.card-footer'
|
the card footer selector |
|
|