- Timestamp:
- 05/12/08 14:18:19 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/openpackaging/packages/wordml2html-2007.xslt
r372 r373 5345 5345 elements : "editor", 5346 5346 save_callback : "saveContent", 5347 plugins : "table",5348 5347 theme_advanced_toolbar_location : "top", 5349 5348 theme_advanced_toolbar_align : "left", 5350 5349 theme_advanced_buttons1_add : "fontselect,fontsizeselect", 5351 theme_advanced_buttons2_add : "separator,forecolor,backcolor",5352 theme_advanced_buttons3_add_before : "tablecontrols,separator",5353 5350 theme_advanced_disable: "styleselect", 5354 5351 extended_valid_elements : "a[href|target|name],font[face|size|color|style],span[class|align|style]" … … 5357 5354 function saveContent(id, content) 5358 5355 { 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; 5361 5357 } 5362 5358 … … 5365 5361 <xsl:apply-templates select="w:sdtContent/*"/> 5366 5362 </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="" /> 5368 5364 <input type="submit" name="submit"/> 5369 5365 </form>
Note: See TracChangeset
for help on using the changeset viewer.
