messages.applyToColumn String
(default: 'apply to column')
The hint for the Width input in the Cell properties Table Wizard dialog.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
applyToColumn: "apply to column"
}
});
</script>