How Do I Remove the Elements Path?

The elements path displays information about the HTML elements of the document for a position of the cursor.

The elements path of CKEditor


If you want to get rid of it, use the removePlugins setting to remove the elementspath plugin.

config.removePlugins = 'elementspath';
This page was last modified on 24 February 2011, at 16:37.