Classes
\SilverStripe\Widgets\Controllers
| Name | Description | |
|---|---|---|
| WidgetContentControllerExtension | Add this to ContentController to enable widgets | EMPTY |
\SilverStripe\Widgets\Extensions
| Name | Description | |
|---|---|---|
| WidgetPageExtension | Adds a single {@link WidgetArea} called "SideBar" to {@link Page} classes. | EMPTY |
\SilverStripe\Widgets\Forms
| Name | Description | |
|---|---|---|
| WidgetAreaEditor | Special field type for selecting and configuring widgets on a page. | EMPTY |
\SilverStripe\Widgets\Model
| Name | Description | |
|---|---|---|
| Widget | Widgets let CMS authors drag and drop small pieces of functionality into defined areas of their websites. | EMPTY |
| WidgetArea | Represents a set of widgets shown on a page. | EMPTY |
| WidgetController | Optional controller for every widget which has its own logic, e.g. in forms. | EMPTY |
\SilverStripe\Widgets\Tests
| Name | Description | |
|---|---|---|
| WidgetAreaEditorTest | No description available | EMPTY |
| WidgetControllerTest | No description available | EMPTY |
\SilverStripe\Widgets\Tests\WidgetAreaEditorTest
| Name | Description | |
|---|---|---|
| FakePage | No description available | EMPTY |
| TestWidget | No description available | EMPTY |
\SilverStripe\Widgets\Tests\WidgetControllerTest
| Name | Description | |
|---|---|---|
| TestPage | No description available | EMPTY |
| TestPageController | No description available | EMPTY |
| TestWidget | No description available | EMPTY |
| TestWidgetController | No description available | EMPTY |