~ubuntu-branches/ubuntu/precise/moin/precise-updates

« back to all changes in this revision

Viewing changes to wiki/htdocs/applets/FCKeditor/editor/fckdocument.html

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-11-13 16:45:52 UTC
  • mfrom: (0.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20081113164552-49t6zf2t2o5bqigh
Tags: 1.8.0-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop recommendation of python-xml, the packages isn't anymore in
    sys.path.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<script>
2
 
        window.onload = function()
3
 
        {
4
 
                document.designMode = 'on' ;
5
 
 
6
 
                // Tell Gecko to use or not the <SPAN> tag for the bold, italic and underline.
7
 
                document.execCommand( 'useCSS', false, !window.parent.FCKConfig.GeckoUseSPAN ) ;
8
 
 
9
 
                window.parent.FCK.OnAfterSetHTML() ;
10
 
        }
11
 
        
12
 
        if ( window.parent._TempHtml )
13
 
        {
14
 
                document.write( window.parent._TempHtml ) ;
15
 
                window.parent._TempHtml = null ;
16
 
        }
17
 
</script>
 
 
b'\\ No newline at end of file'