Skip to content

Commit c0b694f

Browse files
authored
Live publish
2 parents c2d6af2 + f611f67 commit c0b694f

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

powerapps-docs/maker/canvas-apps/customize-list-form.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To follow the steps in this topic, you'll create a simple list so that you can s
2222

2323
> [!NOTE]
2424
> - If the **Customize forms** option isn't available or doesn't work correctly for your list, it might contain data types that [Power Apps doesn't support](connections/connection-sharepoint-online.md#known-issues). Also, you can't move your form to a different list or [environment](working-with-environments.md).
25-
> - Custom forms for lists are only supported in generic lists. Support for generic document libraries is coming soon. Custom list and library templates are currently not supported; including but not limited to lists such as Announcements, Contacts and Tasks.
25+
> - Custom forms for lists are only supported in generic lists and generic document libraries. Custom list and library templates are currently not supported; including but not limited to lists such as Announcements, Contacts and Tasks.
2626
> - Custom forms for document libraries only supports editing custom metadata. Editing or managing file(s) is not supported.
2727
2828
## Create a list

powerapps-docs/maker/canvas-apps/sample-crisis-communication-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ This app allows you to record a user's ___location and store it in your SharePoint
232232
1. Copy and paste the following snippet in the formula bar for the **OnSelect** property.
233233

234234
> [!NOTE]
235-
> The following snippet is intended to work with versions of the solution that are older than 2020.03.16.
235+
> The following snippet is intended to work with versions of the solution that are older than 2020.03.16. For newer versions, edit the code after *// To implement ___location* comment.
236236
237237

238238
```

powerapps-docs/maker/canvas-apps/screen-templates/calendar-screen-reference.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: powerapps
77
ms.topic: conceptual
88
ms.custom: canvas
99
ms.reviewer: tapanm
10-
ms.date: 12/31/2018
10+
ms.date: 04/28/2020
1111
ms.author: emcoope
1212
search.audienceType:
1313
- maker
@@ -105,6 +105,19 @@ Familiarity with how to add and configure screens and other controls as you [cre
105105
- **MyCalendarEvents**: Set to a collection of the user's events from the selected calendar, ranging from **\_minDate** to **\_maxDate**.
106106
- **\_showLoading**: Set to **false**; **\_calendarVisible** is set to **true** after everything else has been loaded.
107107
108+
### Color properties
109+
110+
For general color properties, refer to [Color and border properties in Power Apps](../controls/properties-color-border.md).
111+
112+
Unique color properties for calendar drop-down control:
113+
114+
- **ChevronBackground** - Background color for the calendar drop-down.
115+
- **ChevronDisabledBackground** - Background color for the disabled calendar drop-down.
116+
- **ChevronFill** - Fill color for calendar drop-down.
117+
- **ChevronDisabledFill** - Fill color for disabled calendar drop-down.
118+
- **ChevronHoverBackground** - Background color of calendar drop-down when the user keeps the mouse pointer on it.
119+
- **ChevronHoverFill** - Fill color of calendar drop-down when the user keeps the mouse pointer on it.
120+
108121
## Calendar icon
109122
110123
![iconCalendar control](media/calendar-screen/calendar-today-icon.png)

0 commit comments

Comments
 (0)