Download the PHP package clesson-de/silverstripe-hints without Composer
On this page you can find all versions of the php package clesson-de/silverstripe-hints. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download clesson-de/silverstripe-hints
More information about clesson-de/silverstripe-hints
Files in clesson-de/silverstripe-hints
Download clesson-de/silverstripe-hints
More information about clesson-de/silverstripe-hints
Files in clesson-de/silverstripe-hints
Vendor clesson-de
Package silverstripe-hints
Short Description A Silverstripe CMS form field that displays a collapsible alert hint in the CMS edit form.
License BSD-3-Clause
Package silverstripe-hints
Short Description A Silverstripe CMS form field that displays a collapsible alert hint in the CMS edit form.
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package silverstripe-hints
silverstripe-hints
A Silverstripe CMS module providing the HintField form field — a collapsible alert panel for the CMS edit form.
Requirements
- PHP ^8.1
- Silverstripe Framework ^6
- Silverstripe Admin ^3
Installation
After installation, run:
Usage
Available types
| Constant | Visual style |
|---|---|
HintType::INFO |
Blue |
HintType::WARNING |
Yellow |
HintType::DANGER |
Red |
HintType::SUCCESS |
Green |
API
| Method | Description |
|---|---|
setContent(string $html) |
Sets the HTML body content. |
setType(string $type) |
Sets the alert type (use HintType constants). |
setCollapsed(bool $flag) |
Sets whether the alert starts collapsed. |
Frontend Assets
The module ships with pre-compiled CSS in client/admin/dist/. The CSS is automatically loaded by the field when it is rendered.
If you want to modify the styles, recompile them:
Prerequisites
Build
This compiles client/admin/src/scss/main.scss → client/admin/dist/bundle.css.
License
BSD 3-Clause — see LICENSE.
All versions of silverstripe-hints with dependencies
PHP Build Version
Package Version
The package clesson-de/silverstripe-hints contains the following files
Loading the files please wait ...