javascript - Font-size dropdown in CKEDITOR -


i have query related font-size dropdown provided in ckeditor.

if have below text in editor,

<span style="font-size:16px;">test abbreviations</span> 

then on selection, shows current font-size in dropdown. want font-size highlighted not when text within <span> tag, within <p> tag or other tag also.

is possible?


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -