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

How to start daemon on android by adb -

testing - Detect whether test has failed within fixture -

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