We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I write config, $scope.editorOptions = { height: 100, toolbarGroups: [ { name: 'clipboard', groups: ['clipboard', 'undo'] }, { name: 'editing', groups: ['find', 'selection', 'spellchecker', 'editing'] }, { name: 'links', groups: ['links'] }, { name: 'insert', groups: ['insert'] }, { name: 'forms', groups: ['forms'] }, { name: 'tools', groups: ['tools'] }, { name: 'document', groups: ['mode', 'document', 'doctools'] }, { name: 'others', groups: ['others'] }, { name: 'basicstyles', groups: ['basicstyles', 'cleanup'] }, { name: 'paragraph', groups: ['list', 'indent', 'blocks', 'align', 'bidi', 'paragraph'] }, { name: 'styles', groups: ['styles'] }, { name: 'colors', groups: ['colors'] }, { name: 'about', groups: ['about'] } ] // uiColor: '#000000' };
Height working but toolbarGroups not working. But this config is not taken by editor. It showing default menu.
The text was updated successfully, but these errors were encountered:
My html code is
Sorry, something went wrong.
I'm having the exact same problem.
The project is abandoned. You can amend the toolbar directly in ng-ckeditor. Also you need upload all necessary plugins. And it works
No branches or pull requests
Hi,
I write config,
$scope.editorOptions = {
height: 100,
toolbarGroups: [
{ name: 'clipboard', groups: ['clipboard', 'undo'] },
{ name: 'editing', groups: ['find', 'selection', 'spellchecker', 'editing'] },
{ name: 'links', groups: ['links'] },
{ name: 'insert', groups: ['insert'] },
{ name: 'forms', groups: ['forms'] },
{ name: 'tools', groups: ['tools'] },
{ name: 'document', groups: ['mode', 'document', 'doctools'] },
{ name: 'others', groups: ['others'] },
{ name: 'basicstyles', groups: ['basicstyles', 'cleanup'] },
{ name: 'paragraph', groups: ['list', 'indent', 'blocks', 'align', 'bidi', 'paragraph'] },
{ name: 'styles', groups: ['styles'] },
{ name: 'colors', groups: ['colors'] },
{ name: 'about', groups: ['about'] }
]
// uiColor: '#000000'
};
Height working but toolbarGroups not working.
But this config is not taken by editor. It showing default menu.
The text was updated successfully, but these errors were encountered: