Přejít na menu

CK editor

Správa článků

Vyhledávání Vyhledávání
27.5.2015 22:10
,
Počet přečtení: 608
Obrázek ke článku CK editorSome basic caveats when working this WYSIWYG editor.

Activating the editor

Configuration

Output tags filtering

  • settings option: CKEDITOR.config.allowedContent
  • allow or disallow HTML markup filtering
  • example: allowedContent: 'a[!href]; ul; li{text-align}(someclass)'

​Kick off htmlentities!

All (?) non-ASCII chars are converted to HTML entities by default. If it is not your desire, you can turn it off with:

config.entities = false;
config.entities_latin = false;
config.entities_greek = false;

Newline (enter) mode

  • how to interpret the ENTER key
  • config.enterMode = CKEDITOR.ENTER_BR;
  • possibilities: BR, P, DIV

Inline editing

Vytvořil 27. května 2015 ve 22:12:52 mira. Upravováno 25x, naposledy 28. května 2015 v 00:04:26, mira


Diskuze ke článku

Vložení nového komentáře
*
*
*