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: content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/pluggable-widgets/pluggable-widgets-property-types.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ This defines the prop `key` in the client component props which are supplied to
31
31
This optional attribute is only applicable for properties of type [file](#file) and [image](#image), and has a default value of `false`. By setting this attribute to `true`, a user can use the upload capabilities by passing `EditableFileValue<FileValue>` and `EditableImageValue<ImageValue>` as props to a client component. Using `false` is used for legacy `DynamicValue<File>` and `DynamicValue<ImageValue>`.
32
32
33
33
{{% alert color="warning" %}}
34
-
The optional attribute `allowUpload`will be deprecated as of Mx 12. After Mx 12, `file` and `image`will have by default editing capabilities, and users will not be able to use the legacy behavior.
34
+
The optional 'allowUpload' attribute on Image and File properties, which enables editing, will be deprecated starting with Mendix 12. After Mendix 12, such properties will have editing capabilities by default. Be aware of behavioral differences based on the 'allowUpload' attribute.
35
35
{{% /alert %}}
36
36
37
37
#### Type (Required)
@@ -270,7 +270,7 @@ Image allows a user to configure an image from an object that is a specializatio
270
270
The user can use the optional attribute [`allowUpload`](#allow-upload) with default value `false` to use the legacy [`Dynamic<FileValue>`](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis/#filevalue) prop. Beware of behavioral differences based on the `allowUpload` attribute.
271
271
272
272
{{% alert color="warning" %}}
273
-
The optional attribute `allowUpload`will be deprecated as of Mx 12. After Mx 12, `image`will have by default editing capabilities and users will not be able to use the legacy behavior.
273
+
The optional 'allowUpload' attribute on Image and File properties, which enables editing, will be deprecated starting with Mendix 12. After Mendix 12, such properties will have editing capabilities by default. Be aware of behavioral differences based on the 'allowUpload' attribute.
274
274
{{% /alert %}}
275
275
276
276
#### XML Attributes
@@ -715,7 +715,7 @@ The file property type allows a user to configure and edit a file from and to an
715
715
The user can use the optional attribute [`allowUpload`](#allow-upload) with default value `false` to use the legacy [`Dynamic<FileValue>`](/apidocs-mxsdk/apidocs/pluggable-widgets-client-apis/#filevalue) prop. Beware of behavioral differences based on the `allowUpload` attribute.
716
716
717
717
{{% alert color="warning" %}}
718
-
The optional attribute `allowUpload`will be deprecated as of Mx 12. After Mx 12, `file`will have by default editing capabilities and users will not be able to use the legacy behavior.
718
+
The optional 'allowUpload' attribute on Image and File properties, which enables editing, will be deprecated starting with Mendix 12. After Mendix 12, such properties will have editing capabilities by default. Be aware of behavioral differences based on the 'allowUpload' attribute.
0 commit comments