Skip to content

Commit 3cfc42d

Browse files
committedAug 30, 2012
Update TinyMCE to 3.5.6
1 parent 4f74c4c commit 3cfc42d

File tree

134 files changed

+14394
-10136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+14394
-10136
lines changed
 

‎www/extras/tinymce/changelog.txt

+445-1,303
Large diffs are not rendered by default.

‎www/extras/tinymce/examples/full.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
// General options
1111
mode : "textareas",
1212
theme : "advanced",
13-
plugins : "autolink,lists,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,wordcount,advlist,autosave",
13+
plugins : "autolink,lists,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,wordcount,advlist,autosave,visualblocks",
1414

1515
// Theme options
1616
theme_advanced_buttons1 : "save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect,fontselect,fontsizeselect",
1717
theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,insertdate,inserttime,preview,|,forecolor,backcolor",
1818
theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|,fullscreen",
19-
theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,pagebreak,restoredraft",
19+
theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,pagebreak,restoredraft,visualblocks",
2020
theme_advanced_toolbar_location : "top",
2121
theme_advanced_toolbar_align : "left",
2222
theme_advanced_statusbar_location : "bottom",
@@ -52,7 +52,7 @@
5252
<!-- /TinyMCE -->
5353

5454
</head>
55-
<body>
55+
<body role="application">
5656

5757
<form method="post" action="http://tinymce.moxiecode.com/dump.php?example=true">
5858
<div>

0 commit comments

Comments
 (0)