|
<ejs-richtexteditor id="locale" locale="de-DE">
<e-richtexteditor-format types="@ViewBag.fontFamilyItems">
</e-richtexteditor-format>
<e-content-template>
<p>
The Rich Text Editor control is WYSIWYG ('what you see is what you get') editor that provides the best user experience to create and update the content.
Users can format their content using standard toolbar commands.
</p>
</e-content-template>
</ejs-richtexteditor>
<script>
ej.base.L10n.load({
"de-DE": {
"richtexteditor": {
"alignments": "Custom alignment Tooltip",
"justifyLeft": "Custom Left Tooltip",
"justifyCenter": "Custom Center Tooltip",
"justifyRight": "Custom Right Tooltip",
"justifyFull": "Custom Justify Tooltip",
"formats": "Custom Formats Tooltip",
"alignmentsDropDownLeft": "Custom Aligment Left",
"alignmentsDropDownCenter": "Custom Aligment Center",
"alignmentsDropDownRight": "Custom Aligment Right",
"alignmentsDropDownJustify": "Custom Aligment Justify"
}
}
})
</script> |