Files
tinymce-docs-4x/_includes/configuration/visual-anchor-class.md
T

322 B

visual_anchor_class

This option enables you to configure a custom class to be added to anchors with names since these are invisible by default.

Type: String

Example:

tinymce.init({
  selector: "textarea",  // change this value according to your html
  visual_anchor_class: "my-custom-class"
});