Add New Functions to RichSuggestBox - Get Raw Text And Content Edit #563
ShimizuTheLotus
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sometimes we have a need for get raw text from rich text. E.g., when we use this control as a email editor or something else, if we want to analysis what content it wrote, we should get the raw text from it.
![image](https://private-user-images.githubusercontent.com/152269217/356981594-0032bbea-240c-4e03-a536-03ed38710537.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzOTkxMTEsIm5iZiI6MTczOTM5ODgxMSwicGF0aCI6Ii8xNTIyNjkyMTcvMzU2OTgxNTk0LTAwMzJiYmVhLTI0MGMtNGUwMy1hNTM2LTAzZWQzODcxMDUzNy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMlQyMjIwMTFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0yMjMxZTZhOTY5NGU0NDRjODM1YjhhNjRkMmUxODUxM2JjYWIzYjc3MTJlZGQxODhkNGY2N2U2YjA1Y2U5MjE5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.FlPIbtClCmlxSNYyn8-sYAQfbvp14VefzE9rn970OwY)
Plus, we need to know where tokens begin and end. In my imagine it will work like this:
Sometimes we may have to change the contents by code.
I believe it'll work like this:
Beta Was this translation helpful? Give feedback.
All reactions