Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
Is it possible to add color picker and font size to Richtext Editor on Umbraco 8 ?
If yes, please tell me how.
Thanks
OK,
Once the tinyMceConfig.config file has changed a little bit, I have done some changes on the commands code, as per the plugins available in :
Text Color Plugin which provides specific And also colorpicker which enables users to pick any color they want
Fullpage which provides multiple features such as font size and font family
Follow the below steps to add those features is :
<command alias="forecolor" name="Change Color" mode="Selection" /> <command alias="fontselect" name="Change Font Family" mode="Selection" /> <command alias="fontsizeselect" name="Change Font Size" mode="Selection" />
<plugin>textcolor</plugin> <plugin>colorpicker</plugin> <plugin>fullpage</plugin>
This is the best! you are a saint!
Thx a million you are the best
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
How to add color and font size features to Richtext Editor - Umbraco8
Hi,
Is it possible to add color picker and font size to Richtext Editor on Umbraco 8 ?
If yes, please tell me how.
Thanks
OK,
Once the tinyMceConfig.config file has changed a little bit, I have done some changes on the commands code, as per the plugins available in :
Text Color Plugin which provides specific And also colorpicker which enables users to pick any color they want
Fullpage which provides multiple features such as font size and font family
Follow the below steps to add those features is :
This is the best! you are a saint!
Thx a million you are the best
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.