burnbright / silverstripe-anchorfield
Form field for creating anchor links easily. Beats using LiteralField.
Package info
github.com/burnbright/silverstripe-anchorfield
Type:silverstripe-module
pkg:composer/burnbright/silverstripe-anchorfield
dev-master
2014-11-28 01:39 UTC
Requires
- silverstripe/framework: ~3.1
This package is auto-updated.
Last update: 2026-02-24 22:55:37 UTC
README
Create anchor easily within form fields or actions lists.
The AnchorField.ss template can be overridden for easy styling / customisation, which is particularly useful for making links look like buttons.
Example Usage
$actions = new FieldList( new AnchorField("cancel", "Cancel", $this->Link()), new FormAction("submit", "Submit") );