Skip to content

Commit

Permalink
[+] BO : Added plugin Anchor to Tiny MCE
Browse files Browse the repository at this point in the history
  • Loading branch information
Shipow committed Jul 23, 2014
1 parent 7ebc42c commit 2dbd624
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion js/tiny_mce/plugins/anchor/plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions js/tiny_mce/skins/prestashop/content.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,10 @@ td,th {
-moz-user-modify: read-only;
user-select: all;
user-modify: read-only;
width: 9px !important;
height: 9px !important;
width: 10px !important;
height: 10px !important;
border: 1px dotted #3A3A3A;
background: #d5d5d5 url(img/anchor.gif) no-repeat center
}
background: #00AFF0;

.mce-nbsp {
background: #AAA
Expand Down
4 changes: 2 additions & 2 deletions js/tinymce.inc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ function tinySetup(config)
// safari,pagebreak,style,table,advimage,advlink,inlinepopups,media,contextmenu,paste,fullscreen,xhtmlxtras,preview
default_config = {
selector: ".rte" ,
plugins : "colorpicker link image paste pagebreak table contextmenu filemanager table code media autoresize textcolor",
toolbar1 : "code,|,bold,italic,underline,strikethrough,|,alignleft,aligncenter,alignright,alignfull,formatselect,|,blockquote,colorpicker,pasteword,|,bullist,numlist,|,outdent,indent,|,link,unlink,|,cleanup,|,media,image",
plugins : "colorpicker link image paste pagebreak table contextmenu filemanager table code media autoresize textcolor anchor",
toolbar1 : "code,|,bold,italic,underline,strikethrough,|,alignleft,aligncenter,alignright,alignfull,formatselect,|,blockquote,colorpicker,pasteword,|,bullist,numlist,|,outdent,indent,|,link,unlink,|,anchor,|,media,image",
toolbar2: "",
external_filemanager_path: ad+"/filemanager/",
filemanager_title: "File manager" ,
Expand Down

0 comments on commit 2dbd624

Please sign in to comment.