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: powerapps-docs/maker/canvas-apps/controls/control-image.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,10 @@ A control that shows an image from, for example, a local file or a data source.
21
21
If you add one or more **Image** controls to your app, you can show individual images that aren't part of a data set, or you can incorporate images from records in data sources.
22
22
23
23
## Key properties
24
-
**[Image](properties-visual.md)** – The name of the image that appears in an image, audio, or microphone control.
24
+
**[Image](properties-visual.md)** – The name of the image that appears in an image, audio, or microphone control.
25
+
26
+
> [!NOTE]
27
+
> Use HTTPS for all external images to ensure compatibility with modern browsers.
25
28
26
29
## Additional properties
27
30
**[AccessibleLabel](properties-accessibility.md)** – Label for screen readers.
Copy file name to clipboardExpand all lines: powerapps-docs/maker/model-driven-apps/additional-controls-for-dynamics-365-for-phones-and-tablets.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,17 @@ To use these controls in the form editor:
98
98
99
99
## Flip switch
100
100
The flip switch is like an on/off switch, providing a choice between two values.
101
-
101
+
102
+
> [!NOTE]
103
+
> This control will be deprecated in April 2021. Instead, you can start using the toggle control.
104
+
105
+
|Property|Description|
106
+
|--------------|-----------------|
107
+
|Field|Shows the field that the control is mapped to.|
108
+
109
+
## Toggle
110
+
The toggle control allows users to switch between on/off values, by toggling the button.
111
+
102
112
|Property|Description|
103
113
|--------------|-----------------|
104
114
|Field|Shows the field that the control is mapped to.|
@@ -195,7 +205,10 @@ To use these controls in the form editor:
195
205
196
206
## Input mask
197
207
With the input mask control, you set the formatting for a field like phone number or credit card to prevent entering invalid data. For example, if you want users to enter a United States phone number in the format +1-222-555-1011, use the input mask +1-000-000-0000.
198
-
208
+
209
+
> [!NOTE]
210
+
> This only sets formatting to a single line text field. It does not contain virtual actions like phone calling. If these actions are required, continue to use the default control.
211
+
199
212
|Property|Description|
200
213
|--------------|-----------------|
201
214
|Mask|Enter the mask to use for validating data as users enter it. You can use a combination of the following characters for the mask:<br /><br /> 0 – Digit<br /><br /> 9 – Digit or space<br /><br /> # – Digit, sign, or space<br /><br /> L – Letter<br /><br /> I – Letter or space<br /><br /> A – Alphanumeric<br /><br /> A – Alphanumeric or space<br /><br /> < – Converts characters that follow to lower case<br /><br /> > – Converts characters that follow to upper case<br /><br /> | – Disables case conversion<br /><br /> \ – Escapes any character, turning it into a literal<br /><br /> All others – Literals|
@@ -223,7 +236,7 @@ To use these controls in the form editor:
223
236
|Min|Set the minimum value to display on the gauge.|
224
237
|Value|Get or set the value to display on the gauge.|
225
238
|Step|Set the amount to add or subtract from the current value when entering data with this control.|
226
-
239
+
227
240
## Next steps
228
241
[Tutorial: Use custom controls for data visualizations](use-custom-controls-data-visualizations.md)</br>
229
242
[Work with records in the new calendar view](../../user/calendar-view.md)
0 commit comments