You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/formtools/image.cfc
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,17 @@
3
3
<cfpropertyname="ftShowMetadata"type="boolean"default="false"hint="If this is set to false, the file size and dimensions of the current image are not displayed to the user"/>
<cfargumentname="typename"required="true"type="string"hint="The name of the type that this field is part of.">
8
+
<cfargumentname="stObject"required="true"type="struct"hint="The object of the record that this field is part of.">
9
+
<cfargumentname="stMetadata"required="true"type="struct"hint="This is the metadata that is either setup as part of the type.cfc or overridden when calling ft:object by using the stMetadata argument.">
10
+
<cfargumentname="fieldname"required="true"type="string"hint="This is the name that will be used for the form field. It includes the prefix that will be used by ft:processform.">
0 commit comments