开发者

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

开发者 https://www.devze.com 2023-01-03 17:27 出处:网络
I am new to extJs. I want to make the border of a textarea invisible so that it becomes just a blank white space (My purpose is to show it inside a fieldset).

I am new to extJs. I want to make the border of a textarea invisible so that it becomes just a blank white space (My purpose is to show it inside a fieldset).

Hoe can I achieve this?

th开发者_开发百科anks


use the style: border: none; so:

var textArea = {
fieldLabel: 'Test',
style: 'border: none;',
hideBorders: true
};
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号