127128129130131132133134
this.allowBlank = allowBlank; } public CKEditorField(CKEditorConfig config) { super(); ckeditor = new CKEditor(config, this); html = new Html(); }