dev-master
9999999-devCopy a SilverStripe field's value to the clipboard.
The Requires
by David Craig
silverstripe
v1.0.0
1.0.0.0Copy a SilverStripe field's value to the clipboard.
The Requires
by David Craig
silverstripe
Copy a SilverStripe field's value to the clipboard.
Copy a SilverStripe field's value to the clipboard using https://github.com/zeroclipboard/zeroclipboard, (*1)
Install the module then add the copy-to-clipboard
CSS class to your text field., (*2)
$fields->addFieldToTab("Root.Main", TextField::create('Text')->addExtraClass('copy-to-clipboard') );
This will add a copy button to your field. Clicking the button with copy the field's value to the clipboard., (*3)
Copy a SilverStripe field's value to the clipboard.
silverstripe
Copy a SilverStripe field's value to the clipboard.
silverstripe