Classes
\Syntro\SilverstripeElementalBootstrap\Controllers
| Name | Description | |
|---|---|---|
| BootstrapElementController | We have to expand the default ElementController to not wrap every Element in an additional div (this interferes with bootstrap classes) | EMPTY |
\Syntro\SilverstripeElementalBootstrap\Elements
| Name | Description | |
|---|---|---|
| BootstrapAlert | A simple alert. | EMPTY |
| BootstrapCard | A simple Card, containing images on top or bottom, a title and a body. | EMPTY |
| BootstrapCarousel | Simple bootstrap carousel | EMPTY |
| BootstrapCol | A simple Column field, allowing the user to add arbitrary text, images, carousels and more inside a column with defined width. | EMPTY |
| BootstrapComplexCard | A complex Card, allowing the user to create cards with any content inside | EMPTY |
| BootstrapContent | A simple content block. | EMPTY |
| BootstrapElement | The base building block for any Bootstrap element. | EMPTY |
| BootstrapImage | A simple Card, containing images on top or bottom, a title and a body. | EMPTY |
| BootstrapRow | A Row field, the basic field in the bootstrap-based editing. | EMPTY |
\Syntro\SilverstripeElementalBootstrap\Extensions
| Name | Description | |
|---|---|---|
| BootstrapEditorImageExtension | We want to remove the forced width and height on embedded Images, so they are not rendered in the final html. | EMPTY |
| BootstrapExtension | Extends arbitrary elements with fields for classes necessary for bootstrap to work | EMPTY |
\Syntro\SilverstripeElementalBootstrap\Tests\Elements
| Name | Description | |
|---|---|---|
| BootstrapAlertTest | No description available | EMPTY |