Skip to content

Instantly share code, notes, and snippets.

@fabianneve
Created June 13, 2018 06:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabianneve/bc3861fa68344c438911f391c9dc3bae to your computer and use it in GitHub Desktop.
Save fabianneve/bc3861fa68344c438911f391c9dc3bae to your computer and use it in GitHub Desktop.
$(document).ready(function() {
// Change this options to your need
var options = {
orderedlist: false,
customStyle : "no-bullets",
prepend : true
};
// Initialize table of contents for the rich text editor
$(".ms-rtestate-field").tocMenu(options);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment