Hi,
We have dropdowns in WebHtmlEditor control to select Font, Font Size, Formatting, Style and Insert. after selecting the value in dropdowns, they still shows the text instead of selected value.
example: if i select font size as 7, the dropdown doesn't show 7 as selected value it shows "Size" as the text, how can i show the selected value instead of the text.
any help is greatly appreciated.
Thanks.
example: if i select font name as Arial, the dropdown doesn't show Arial as selected value it shows "Font" as the text, how can i show the selected value instead of the text.
The WebHtmlEditor does not support detection of styles and attributes of text at the location of caret/selection. Therefore it is not able to keep selected states/values in toolbar buttons (font-size, color, etc.).
Hi Viktor,
Will it support in the latest the Infragistics webhtmleditor14.2?