This website requires JavaScript.
Explore
Help
Sign In
tonyair
/
silverstripe-framework
Watch
1
Star
0
Fork
0
You've already forked silverstripe-framework
mirror of
https://github.com/silverstripe/silverstripe-framework
synced
2024-10-22 14:05:37 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
45197b1205
silverstripe-framework
/
templates
/
Includes
/
GridField_FormAction.ss
3 lines
100 B
Scheme
Raw
Normal View
History
Unescape
Escape
MINOR More consistent overloading in GridField_Action, using standard getAttributes() method rather than custom template placeholders, removing setButtonIcon() and setButtonLabel() as those features already exist in the base implementation
2012-03-06 16:58:13 +01:00
<button
$AttributesHTML>
<%
if
ButtonContent
%>$ButtonContent<%
else
%>$Title<%
end_if
%>
APICHANGE SSF-53 : add ability to set an customised class of icons for a GridField_Action button
2012-03-05 03:40:12 +01:00
</button>
Reference in New Issue
Copy Permalink