nglasl / silverstripe-descriptive
A module for SilverStripe which will allow model admin descriptions to appear on mouse over.
Installs: 96
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 2
Type:silverstripe-module
Requires
- silverstripe/cms: ~3.2
- silverstripe/framework: ~3.2
README
The current release is 2.1.6
A module for SilverStripe which will allow model admin descriptions to appear on mouse over.
Requirement
- SilverStripe 3.1 → 3.5
This module is no longer supported.
Getting Started
- Place the module under your root project directory.
- Define your model admin descriptions.
/dev/build
Overview
Model Admin Description
Creating a description, either directly or by extension:
private static $menu_description = 'Description';
CSS Customisation
Apply custom styles to the absolute description element:
DescriptiveService::customise_css(array( 'background' => '#D4D6D8', 'color' => '#304E80' ));
More advanced configuration will need to be implemented outside of this service, such as border manipulation.
Maintainer Contact
Nathan Glasl, nathan@symbiote.com.au