gijgo
Version:
Gijgo is a set of free open source javascript controls distributed under MIT License. All widgets are high performance, built on top of the jQuery JavaScript Library with built-in support for Bootstrap, Material Design and Font Awesome. They are designed
23 lines (22 loc) • 586 B
JavaScript
if (typeof (gj.editor) === 'undefined') {
gj.editor = {
plugins: {},
messages: []
};
}
gj.editor.messages['en-us'] = {
bold: 'Bold',
italic: 'Italic',
strikethrough: 'Strikethrough',
underline: 'Underline',
listBulleted: 'List Bulleted',
listNumbered: 'List Numbered',
indentDecrease: 'Indent Decrease',
indentIncrease: 'Indent Increase',
alignLeft: 'Align Left',
alignCenter: 'Align Center',
alignRight: 'Align Right',
alignJustify: 'Align Justify',
undo: 'Undo',
redo: 'Redo'
};