ProcessWire - CKEditor Tutorial: Unterschied zwischen den Versionen

Aus Wikizone
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „Since configuring CKEditor costed me a lot of time in the past and this forum saved me a lot of time, I think it's time to give something back to the community…“)
 
Zeile 1: Zeile 1:
 
Since configuring CKEditor costed me a lot of time in the past and this forum saved me a lot of time, I think it's time to give something back to the community. Here is a short CKEditor Tutorial which covers:
 
Since configuring CKEditor costed me a lot of time in the past and this forum saved me a lot of time, I think it's time to give something back to the community. Here is a short CKEditor Tutorial which covers:
 
* adding a (useful) plugin to CKEditor
 
* adding a (useful) plugin to CKEditor
 +
* modifying the toolbar
 
* adding styles to use css3 multicolumn feature and providing the necessary output for frontend and the editor field
 
* adding styles to use css3 multicolumn feature and providing the necessary output for frontend and the editor field
* customizing CKEditor Interface
 

Version vom 5. März 2020, 15:19 Uhr

Since configuring CKEditor costed me a lot of time in the past and this forum saved me a lot of time, I think it's time to give something back to the community. Here is a short CKEditor Tutorial which covers:

  • adding a (useful) plugin to CKEditor
  • modifying the toolbar
  • adding styles to use css3 multicolumn feature and providing the necessary output for frontend and the editor field