Class WHtmlEditor

java.lang.Object
org.adempiere.webui.editor.WEditor
org.adempiere.webui.editor.WHtmlEditor
All Implemented Interfaces:
PropertyChangeListener, EventListener, IInputValidator, ContextMenuListener, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>

public class WHtmlEditor extends WEditor implements ContextMenuListener
Default editor for html (AD_Field.IsHtml=Y) text display type (String, PrinterName, Text, TextLong and Memo).
Implemented with Html component and html editor dialog (WTextEditorDialog) to show and edit HTML content.
Version:
$Id: WHTMLEditor.java, v1.0 11/11/2014 20:25:06, muriloht Exp $
Author:
muriloht (muriloht@devcoffee.com.br, http://www.devcoffee.com.br)