~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
ImportĀ upstreamĀ versionĀ 1.7.0

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'