com.ephox.editlive
Interface PasteFilter


public interface PasteFilter


Method Summary
 String filterIn(String source)
          Filter the clipboard on the way in to the editor.
 

Method Detail

filterIn

String filterIn(String source)
Filter the clipboard on the way in to the editor. This is called when pasting content.

Parameters:
source - the source code to filter.
Returns:
the filtered source code ready to be edited.

Copyright (c) 2005-2012 Ephox Pty Ltd. All rights reserved.