silverstripe-module silverstripe-anchorfield
Form field for creating anchor links easily. Beats using LiteralField.
burnbright/silverstripe-anchorfield
Form field for creating anchor links easily. Beats using LiteralField.
- Friday, November 28, 2014
- by jedateach
- Repository
- 0 Watchers
- 1 Stars
- 1,208 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 1 Forks
- 3 Open issues
- 1 Versions
- 4 % Grown
SilverStripe Anchor Field
Create anchor easily within form fields or actions lists., (*1)
The AnchorField.ss
template can be overridden for easy styling / customisation, which is particularly useful for making links look like buttons., (*2)
Example Usage
$actions = new FieldList(
new AnchorField("cancel", "Cancel", $this->Link()),
new FormAction("submit", "Submit")
);
dev-master
9999999-dev
Form field for creating anchor links easily. Beats using LiteralField.
Sources
Download
BSD-3-Clause
The Requires
form
silverstripe
link
field
anchor