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
-13Lines changed: 0 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -482,9 +482,6 @@ Then the Studio Pro UI for the property appears like this:
482
482
483
483
### Action {#action}
484
484
485
-
{{% alert color="info" %}}
486
-
The `defaultType` and `defaultValue` attributes for Action were introduced in Mendix [10.15](/releasenotes/studio-pro/10.15/).
487
-
{{% /alert %}}
488
485
489
486
The action property type allows a user to configure an action which can do things like call nanoflows, save changes, and open pages.
490
487
@@ -765,10 +762,6 @@ If no data source has been configured by the user, any properties that are linke
765
762
766
763
##### Data Source Defaults {#data-source-defaults}
767
764
768
-
{{% alert color="info" %}}
769
-
The `defaultType` and `defaultValue` attributes for datasources were introduced in Mendix [10.16](/releasenotes/studio-pro/10.16/).
770
-
{{% /alert %}}
771
-
772
765
You can use the `defaultType` and `defaultValue` attributes to configure default data sources for your widget. Unless overridden in Studio Pro, the widget will attempt to configure the data source according to its defaults. Both attributes need to be set for the defaults to be applied.
773
766
774
767
The format of `defaultValue` depends on the chosen `defaultType`:
@@ -857,9 +850,6 @@ Then the Studio Pro UI for the property appears like this:
857
850
858
851
### Selection {#selection}
859
852
860
-
{{% alert color="info" %}}
861
-
The property type was introduced in Mendix [10.7](/releasenotes/studio-pro/10.7/).
862
-
{{% /alert %}}
863
853
864
854
The selection property allows a widget to read and set a selection that can be used in actions, expressions, or a `Listen to` data source of a data view.
865
855
@@ -931,9 +921,6 @@ Label property allows a pluggable widget to have labeling functionality similar
931
921
932
922
#### setLabel {#setLabel}
933
923
934
-
{{% alert color="info" %}}
935
-
The `setLabel` attribute was introduced in Mendix [10.5](/releasenotes/studio-pro/10.5/).
936
-
{{% /alert %}}
937
924
938
925
You can use `setLabel` to specify which properties can be used to set the `Label` property value.
0 commit comments