-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d30cc94
commit a93c3f2
Showing
10 changed files
with
45 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,7 @@ | |
|
||
# msbuild output directories | ||
/bin | ||
/obj | ||
/obj | ||
|
||
# CDS solution file | ||
**/Solutions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Inline Text Editor | ||
|
||
[![GitHub Releases](https://img.shields.io/static/v1?label=Download&message=Inline%20Text%20Editor&style=for-the-badge&logo=microsoft&color=brightgreen)](https://github.com/Power-Maverick/PCF-Controls/releases/tag/ITE-v.1.0.0) | ||
|
||
A control that accepts HTML text and renders part of HTML content as editable. When user edits the data it returns the edited version of HTML back to the host. This control is supported on **canvas apps**. | ||
|
||
### Configure the control | ||
|
||
Control has 3 configuration properities which are described below: | ||
|
||
Configuration Property | Description | Required | ||
------------ | ------------- | ------------- | ||
HTML Preview Text | HTML text that needs to be previewed along with slugs. | Yes | ||
Slugs Replacement Config | A JSON string that will define which words to find, replace and make then editable. | Yes | ||
Font Size | A default font size that the control should render. | No | ||
|
||
### Demo | ||
|
||
![Configuration](assets/demo.gif) | ||
|
||
### Demo of the control | ||
|
||
TBD |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
49 changes: 0 additions & 49 deletions
49
InlineTextInput/Solution/InlineTextInputControl/InlineTextInputControl.cdsproj
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
InlineTextInput/Solution/InlineTextInputControl/src/Other/Customizations.xml
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
InlineTextInput/Solution/InlineTextInputControl/src/Other/Relationships.xml
This file was deleted.
Oops, something went wrong.
142 changes: 0 additions & 142 deletions
142
InlineTextInput/Solution/InlineTextInputControl/src/Other/Solution.xml
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.