Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
09897c91
Commit
09897c91
authored
Jan 16, 2007
by
Nigel McNie
Committed by
Nigel McNie
Jan 16, 2007
Browse files
Added 'paste from word' and 'view source' buttons
parent
c5d789e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/web.php
View file @
09897c91
...
...
@@ -78,9 +78,9 @@ tinyMCE.init({
editor_selector: 'wysiwyg',
button_tile_map: true,
theme: "advanced",
plugins: "table,emotions,iespell,inlinepopups",
theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,forecolor,backcolor,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,hr,emotions,iespell,cleanup,separator,link,unlink",
theme_advanced_buttons2 : "tablecontrols,separator,cut,copy,paste",
plugins: "table,emotions,iespell,inlinepopups
,paste
",
theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,forecolor,backcolor,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,hr,emotions,iespell,cleanup,separator,link,unlink
,separator,code
",
theme_advanced_buttons2 : "tablecontrols,separator,cut,copy,paste
,pasteword
",
theme_advanced_buttons3 : "fontselect,separator,fontsizeselect,separator,formatselect",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "center",
...
...
Write
Preview
Supports
Markdown
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