项目作者: nglasl

项目描述 :
A module for SilverStripe which will allow model admin descriptions to appear on mouse over.
高级语言: PHP
项目地址: git://github.com/nglasl/silverstripe-descriptive.git
创建时间: 2014-01-14T02:21:43Z
项目社区:https://github.com/nglasl/silverstripe-descriptive

开源协议:BSD 3-Clause "New" or "Revised" License

下载


descriptive

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:

  1. private static $menu_description = 'Description';

default

CSS Customisation

Apply custom styles to the absolute description element:

  1. DescriptiveService::customise_css(array(
  2. 'background' => '#D4D6D8',
  3. 'color' => '#304E80'
  4. ));

customised

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

Maintainer Contact

  1. Nathan Glasl, nathan@symbiote.com.au