org.xwiki.gwt.wysiwyg.client.cleaner
Interface HTMLCleaner
- All Superinterfaces:
- com.google.gwt.user.client.rpc.RemoteService
@Role
@RemoteServiceRelativePath(value="HTMLCleaner.gwtrpc")
public interface HTMLCleaner
- extends com.google.gwt.user.client.rpc.RemoteService
Cleans the HTML generated by the WYSIWYG editor. Its main purpose is to remove or transform the HTML elements that
were added by the editor only for internal reasons.
- Version:
- $Id: 25c6094d2cb5fef2ad0889718d62a01ecb846ac2 $
clean
String clean(String dirtyHTML)
- Parameters:
dirtyHTML - the string containing the HTML output of the WYSIWYG editor
- Returns:
- the cleaned HTML
Copyright © 2004-2012 XWiki. All Rights Reserved.