Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
local-tinymce
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
athos
local-tinymce
Commits
a816c075
Commit
a816c075
authored
Mar 06, 2017
by
Георгий Попов
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add font family and size settings to the toolbar
parent
c42a4dc7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
editor.js
js/editor.js
+1
-4
No files found.
js/editor.js
View file @
a816c075
...
...
@@ -19,10 +19,7 @@ document.addEventListener("DOMContentLoaded", function() {
'save table contextmenu directionality emoticons template paste textcolor'
],
toolbar
:
'fullscreen | insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | print preview media fullpage | forecolor backcolor emoticons'
,
//toolbar: [
//'undo redo | styleselect | bold italic | link image | alignleft aligncenter alignright'
//],
toolbar
:
'fullscreen | insertfile undo redo | styleselect | bold italic | forecolor backcolor fontselect fontsizeselect | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | print preview media fullpage | emoticons'
,
setup
:
function
(
editor
)
{
editor
.
on
(
'init'
,
function
(
e
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment