messages.overflowAnchor String
(default: "More tools")
The title of the tool that shows the overflow tools.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
overflowAnchor: "More tools"
}
});
</script>