nglasl/silverstripe-descriptive

This package is abandoned and no longer maintained. No replacement package was suggested.

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

2.1.6 2017-08-01 04:41 UTC

This package is auto-updated.

Last update: 2021-01-13 06:04:29 UTC


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

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