messages.selectAllCells String
(default: 'Select All Cells')
The title of the Select All Cells tool.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
selectAllCells: "Select All Cells"
}
});
</script>