3334353637383940414243
private final TextArea text; private boolean isDirty; public RuleContentWidget() { text = new TextArea(); text.setWidth( "100%" ); text.setVisibleLines( 15 ); text.getElement().setAttribute( "spellcheck", "false" );