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
ce5684c776
silverstripe-framework
/
templates
/
forms
/
FileField.ss
3 lines
88 B
Scheme
Raw
Normal View
History
Unescape
Escape
ENHANCEMENT Allowing custom attributes in (most) FormField implementations, which allows for HTML5 data attributes
2011-12-22 13:10:57 +01:00
<input
$AttributesHTML>
API CHANGE FormField::Field() and FormField::FieldHolder() now render into templates on each FormField instead of creating HTML from PHP
2011-03-23 05:12:25 +01:00
<input
type=
"hidden"
name=
"MAX_FILE_SIZE"
value=
"$MaxFileSize"
>
Reference in New Issue
Copy Permalink