Ali_dotNet
Ali_dotNet

Reputation: 3279

CKEditor strange style change behavior

If you are going to make a piece of text bold/italic or want to change its font size in CKEditor, you have to select it, but other editors (such as TinyMCE) or even MS Word allow user to apply styles without a need to select the text, i.e. if no text is selected, current word style (cursor position) is changed. Is there any way to perform such an action in CKEditor? Any option or parameter?

Upvotes: 0

Views: 85

Answers (1)

Trig3rz
Trig3rz

Reputation: 164

A couple of workaround:

  • If you're using your mouse, just double click the word
  • If you want to do it while typing (OSX) Option + Shift + Right arrow (Win) Ctrl + Shift + Right arrow will select the next word.

Hope this helps, cheers!

Upvotes: 1

Related Questions