Skip to content

Commit

Permalink
Added doc for Simple Notification PCF
Browse files Browse the repository at this point in the history
  • Loading branch information
MscrmTools authored May 26, 2020
1 parent cdf1e32 commit ea34dc3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Controls using PowerApps Components Framework

[Date as checkbox](#date-as-checkbox)

[Simple Notification](#simple-notification)

## NN Checkboxes

[Download](https://github.com/MscrmTools/PCF-Controls/releases/)
Expand Down Expand Up @@ -76,3 +78,22 @@ As mentioned by MVP Gus Gonzalez in [this 2 minutes Tuesday video](https://www.y

### Configuration
See documentation of [Custom Switch](#custom-switch). This is the same.

## Simple Notification

### Purpose
Allows to display a notification or an helpful message to the user in a section. This should avoid to create static web resource to display information.

### Samples
![Screenshot](https://github.com/MscrmTools/PCF-Controls/raw/master/ReactNotifier/screenshots/SimpleNotification.png?raw=true)

### Configuration

|Parameter|Description|Required|Bound to an attribute|
|---------|-----------|:----:|:---:|
|**Attribute**|The attribute to use to display the control|X|X|
|**Notification type**|Type of notification|X||
|**Message**|Message to display|X||
|**Display a link?**|Indicates if an hypertext link must be added at the end of the message|||
|**Link text**|Text to be used for the link|||
|**Link**|Url to navigate to when clicking on the link||

0 comments on commit ea34dc3

Please sign in to comment.