Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 extJs 的新手。我想让 textarea 的边框不可见,这样它就变成了一个空白区域(我的目的是在字段集中显示它)。
我能做到这一点吗?
谢谢
使用样式:border: none; 所以:
border: none;
var textArea = { fieldLabel: 'Test', style: 'border: none;', hideBorders: true };