Hello,
I'm using a Rich Text Editor and was wondering if there's any way to control the toolbar at the top? I was hoping to either make it smaller relative to the text input or to disable it entirely. Alternatively, is there another way to display/edit text while including formatted hyperlinks?
Thank you!
Solved! Go to Solution.
Hi @neatmachine
No way to disable the toolbar in Rich text Editor. But If you are looking to have formatted hyperlinks then you can use HTML Text.
Insert HTML Text control and set HtmlText Property to
"Please post your query in <a style='color:blue' href='https://powerusers.microsoft.com/t5/Power-Apps-Community/ct-p/PowerApps1'>PowerApps Community </a>"
Sample
Hi @neatmachine
No way to disable the toolbar in Rich text Editor. But If you are looking to have formatted hyperlinks then you can use HTML Text.
Insert HTML Text control and set HtmlText Property to
"Please post your query in <a style='color:blue' href='https://powerusers.microsoft.com/t5/Power-Apps-Community/ct-p/PowerApps1'>PowerApps Community </a>"
Sample
Thanks for the tip! It looks like there's no other way to do this with an input control though correct?
No possibility of Input controls. Do you have any restrictions to use Text Controls?
Hi @neatmachine
Please let us know if anything needs on your post. We can help with this.
Please do not forget to give kudos if you find the suggestion helpful or Accept it as a solution if works fine to help other users to find it useful.
just wanted to point out that you have to swap double quotes with single (in html) otherwise you confuse the app