mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
82500dd4c4
Add optional custom menu icons to the CMS main menu for every class extending LeftAndMain (ModelAdmin). Works by setting optional static $menu_icon = '/path/to/image' and providing custom styling for added icons. Works for the menu as well as icon in the right-side (GridField) pane header.
1.4 KiB
1.4 KiB
How To Guides
In this section you will find a collection of guides to answer your "How do I?" questions. These are designed to be informal and focused on tasks and goals rather than going into deep details.
You will find it useful to read the introduction tutorials before tackling these How-Tos so you can understand some of the language and functions which are used in the guides.
- Import CSV Data. Build a simple CSV importer using either [api:ModelAdmin] or a custom controller
- Dynamic Default Fields. Pre populate a [api:DataObject] with data.
- Grouping Lists. Group results in a [api:SS_List] to create sub sections.
- PHPUnit Configuration. How to setup your testing environment with PHPUnit
- Extend the CMS Interface.
- How to customize CMS Tree.
- Cache control. Override the default PHP cache-control settings.
- Howto customize the CMS menu.
- How to create a navigation menu. Create primary navigation for your website.
- Paginating A List. Add pagination for an SS_List object.
- How to make a simple contact form.
Feedback
If you have a topic you would like covered in these how to's please ask for it on our Bug Tracker