this.richtTextEditor.setOverflow( Overflow.VISIBLE );
this.richtTextEditor.setShowEdges( true );
setMembers( this.toInput, this.ccInput, this.bccInput, this.richtTextEditor );
addResizedHandler( DelayedResizeHandlerProxy.get( new ResizedHandler() {
public void onResized( ResizedEvent event ) {
resizeFields();
}