nglasl/silverstripe-descriptive
最新稳定版本:2.1.6
Composer 安装命令:
composer require nglasl/silverstripe-descriptive
包简介
A module for SilverStripe which will allow model admin descriptions to appear on mouse over.
README 文档
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
统计信息
- 总下载量: 97
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-07-13

