Ignore:
Timestamp:
05/12/08 14:18:19 (4 years ago)
Author:
jharrop
Message:

Insignificant changes to code which invokes TinyMCE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/openpackaging/packages/wordml2html-2007.xslt

    r372 r373  
    53455345                                                        elements : "editor", 
    53465346                                                        save_callback : "saveContent", 
    5347                                                         plugins : "table", 
    53485347                                                        theme_advanced_toolbar_location : "top", 
    53495348                                                        theme_advanced_toolbar_align : "left", 
    53505349                                                        theme_advanced_buttons1_add : "fontselect,fontsizeselect", 
    5351                                                         theme_advanced_buttons2_add : "separator,forecolor,backcolor", 
    5352                                                         theme_advanced_buttons3_add_before : "tablecontrols,separator", 
    53535350                                                        theme_advanced_disable: "styleselect", 
    53545351                                                        extended_valid_elements : "a[href|target|name],font[face|size|color|style],span[class|align|style]" 
     
    53575354                                                        function saveContent(id, content) 
    53585355                                                        { 
    5359                                                          //document.forms['edit-file']['edit-file:editorOutput'].value = content; 
    5360                                                          document.getElementById("dialog:dialog-body:editorOutput").value=content; 
     5356                                                         document.getElementById("editorOutput").value=content; 
    53615357                                                        } 
    53625358                                                 
     
    53655361                                                        <xsl:apply-templates select="w:sdtContent/*"/> 
    53665362                                                </div> 
    5367                                                 <input type="hidden" id="dialog:dialog-body:editorOutput" name="dialog:dialog-body:editorOutput" value="" /> 
     5363                                                <input type="hidden" id="editorOutput" name="editorOutput" value="" /> 
    53685364                                                <input type="submit" name="submit"/> 
    53695365                                        </form>                  
Note: See TracChangeset for help on using the changeset viewer.