icon in the text

Hi,
I would like to put an icon (x) in a text that allows me to delete the typed text.
Thanks in advance

{ view:"search", icon:"remove", on:{
      onSearchIconClick: function(){
        if(!this.config.readonly)
          this.setValue("");
      }
    }}