Changeset 7916
- Timestamp:
- 06/25/10 05:42:56 (2 years ago)
- Location:
- trunk/TinyMCEPlugin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/TinyMCEPlugin/data/System/TinyMCEPlugin.txt
r7913 r7916 64 64 foswiki_vars : { PUBURLPATH : "%PUBURLPATH%", PUBURL : "%PUBURL%", WEB : "%WEB%", TOPIC : "%TOPIC%", ATTACHURL : "%ATTACHURL%", ATTACHURLPATH : "%ATTACHURLPATH%", VIEWSCRIPTURL : "%SCRIPTURL{view}%", SCRIPTSUFFIX: "%SCRIPTSUFFIX%", SCRIPTURL : "%SCRIPTURL%", SYSTEMWEB: "%SYSTEMWEB%" }, 65 65 theme_advanced_toolbar_align : "left", 66 foswikibuttons_formats : [67 { name: "Normal",remove: "all" },68 { name: "Heading 1",block: "h1", remove: "all" },69 { name: "Heading 2",block: "h2", remove: "all" },70 { name: "Heading 3",block: "h3", remove: "all" },71 { name: "Heading 4",block: "h4", remove: "all" },72 { name: "Heading 5",block: "h5", remove: "all" },73 { name: "Heading 6",block: "h6", remove: "all" },74 { name: "VERBATIM",block: "pre", remove: "all", classes: "TMLverbatim" },75 { name: "LITERAL",block: "div", remove: "all", classes: "WYSIWYG_LITERAL" },76 { name: "Protect on save",block: "div", remove: "all", classes: "WYSIWYG_PROTECTED" },77 { name: "Protect forever",block: "div", remove: "all", classes: "WYSIWYG_STICKY" }78 ],66 foswikibuttons_formats : { 67 "Normal" : { remove: "all" }, 68 "Heading 1" : { block: "h1", remove: "all" }, 69 "Heading 2" : { block: "h2", remove: "all" }, 70 "Heading 3" : { block: "h3", remove: "all" }, 71 "Heading 4" : { block: "h4", remove: "all" }, 72 "Heading 5" : { block: "h5", remove: "all" }, 73 "Heading 6" : { block: "h6", remove: "all" }, 74 "VERBATIM" : { block: "pre", remove: "all", classes: "TMLverbatim" }, 75 "LITERAL" : { block: "div", remove: "all", classes: "WYSIWYG_LITERAL" }, 76 "Protect on save" : { block: "div", remove: "all", classes: "WYSIWYG_PROTECTED" }, 77 "Protect forever" : { block: "div", remove: "all", classes: "WYSIWYG_STICKY" } 78 }, 79 79 paste_create_paragraphs : true, 80 80 paste_create_linebreaks : false, -
trunk/TinyMCEPlugin/pub/System/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/foswikibuttons/attach.htm
r7912 r7916 39 39 </div> 40 40 </fieldset> 41 <label>{#foswikibuttons_dlg.attach_help}</label>42 41 </div> 43 42 <div id="upload_panel" class="panel"> -
trunk/TinyMCEPlugin/pub/System/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/foswikibuttons/langs/en_dlg.js
r7907 r7916 9 9 fieldset_upload_tab: "Upload", 10 10 insert_attachment_link: "Insert link", 11 attach_help: "If recently uploaded files are not in the list, then close and re-open this dialog",12 11 attach_file: "Upload new attachment", 13 12 attach_comment: "Comment",
Note: See TracChangeset
for help on using the changeset viewer.
