{
xtype: "fieldcontainer"
,
layout: "hbox"
,
items: [
{
fieldLabel: '素材目录'
,
name: 'Path'
,
xtype: 'textfield'
,
allowBlank: false,
readOnly: true,
width: 300
}, { border: false, html: "<div style='font-weight:800;color:red'>说明:这是固定目录</div>"
}
]
}
转载于:https://www.cnblogs.com/foreverfendou/p/4386278.html
相关资源:JAVA上百实例源码以及开源项目