All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ckeditor.samples.plugins.magicline.magicline.html Maven / Gradle / Ivy

There is a newer version: 0.10.3
Show newest version




	Using Magicline plugin — CKEditor Sample
	
	
	
	
	
	
	


	

CKEditor Samples » Using Magicline plugin

This sample shows the advantages of Magicline plugin which is to enhance the editing process. Thanks to this plugin, a number of difficult focus spaces which are inaccessible due to browser issues can now be focused.

Magicline plugin shows a red line with a handler which, when clicked, inserts a paragraph and allows typing. To see this, focus an editor and move your mouse above the focus space you want to access. The plugin is enabled by default so no additional configuration is necessary.

This editor uses a default Magicline setup.


This editor is using a blue line.

CKEDITOR.replace( 'editor2', {
	magicline_color: 'blue'
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy