Changeset 7916


Ignore:
Timestamp:
06/25/10 05:42:56 (2 years ago)
Author:
PaulHarvey
Message:

Item9155: Item1482: Sync doc, attach dialogue fix

Actually, the new matchAll implementation is good for IE6, much faster

Location:
trunk/TinyMCEPlugin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/TinyMCEPlugin/data/System/TinyMCEPlugin.txt

    r7913 r7916  
    6464foswiki_vars : { PUBURLPATH : "%PUBURLPATH%", PUBURL : "%PUBURL%", WEB : "%WEB%", TOPIC : "%TOPIC%", ATTACHURL : "%ATTACHURL%", ATTACHURLPATH : "%ATTACHURLPATH%", VIEWSCRIPTURL : "%SCRIPTURL{view}%", SCRIPTSUFFIX: "%SCRIPTSUFFIX%", SCRIPTURL : "%SCRIPTURL%", SYSTEMWEB: "%SYSTEMWEB%" }, 
    6565theme_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 ], 
     66foswikibuttons_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}, 
    7979paste_create_paragraphs : true, 
    8080paste_create_linebreaks : false, 
  • trunk/TinyMCEPlugin/pub/System/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/foswikibuttons/attach.htm

    r7912 r7916  
    3939              </div> 
    4040            </fieldset> 
    41             <label>{#foswikibuttons_dlg.attach_help}</label> 
    4241          </div> 
    4342          <div id="upload_panel" class="panel"> 
  • trunk/TinyMCEPlugin/pub/System/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/foswikibuttons/langs/en_dlg.js

    r7907 r7916  
    99    fieldset_upload_tab: "Upload", 
    1010    insert_attachment_link: "Insert link", 
    11     attach_help: "If recently uploaded files are not in the list, then close and re-open this dialog", 
    1211    attach_file: "Upload new attachment", 
    1312    attach_comment: "Comment", 
Note: See TracChangeset for help on using the changeset viewer.