~ubuntu-branches/ubuntu/gutsy/moin/gutsy

« back to all changes in this revision

Viewing changes to wiki/htdocs/applets/FCKeditor/editor/_source/internals/fckselection_ie.js

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-02-14 16:09:24 UTC
  • mfrom: (0.2.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20060214160924-fyrx3gvknzqvt4vj
Tags: 1.5.2-1ubuntu1
Drop python2.3 package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
        return oSel ;
134
134
}
135
135
// START iCM Modifications
136
 
 
 
136
/*
137
137
// Move the cursor position (the selection point) to a specific offset within a specific node
138
138
// If no offset specified, the start of the node is assumed
139
139
FCKSelection.SetCursorPosition = function ( oNode, nOffset )
145
145
        
146
146
        oNode.scrollIntoView( false );  
147
147
}
148
 
 
 
148
*/
149
149
// END iCM Modifications
150
150