How can I remove the border of a textArea in extJs? -


I'm new to extJ, I make a Texter limit invisible so that it just becomes a blank white space (my purpose is to Field is shown inside).

Can I get it?

Limit: None;

Use Style: border: none; P>

  var textArea = {fieldLabel: 'test', style: 'border: none;', hide border: true};  

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -