定制 nglasl/silverstripe-descriptive 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

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

统计信息

  • 总下载量: 97
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 7
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 7
  • Watchers: 2
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2015-07-13