Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

A module for SilverStripe which will allow model admin descriptions to appear on mouse over.

License

Notifications You must be signed in to change notification settings

nglasl/silverstripe-descriptive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Overview

Model Admin Description

Creating a description, either directly or by extension:

private static $menu_description = 'Description';

default

CSS Customisation

Apply custom styles to the absolute description element:

DescriptiveService::customise_css(array(
	'background' => '#D4D6D8',
	'color' => '#304E80'
));

customised

More advanced configuration will need to be implemented outside of this service, such as border manipulation.

Maintainer Contact

Nathan Glasl, nathan@symbiote.com.au